FullCalendar-BS4-PHP-MySQL-JSON
FullCalendar-BS4-PHP-MySQL-JSON copied to clipboard
Kinda new with this thing.
I just want to ask if how it is possible to make the time and date be picked by the user in separate fields ? Thank you.
The repo doesn't support this by default but you can customize to support it by going into the event or recurrence classes. There is a method that splits the date and time. You can leverage that to keep time and date separate.
Thank you for your reply.
@Chiegren you can pick the time separately still by dragging to create your event across specific hours in the week or day view, just not in the month view (I didn't realize this at first, but maybe you already knew). I know that doesn't resolve the issue of being able to enter a time input in the event modal itself, but it does allow you to pick a time if need be.