Event Time of FullCalendar - JS To-do List #23

preview_player
Показать описание
To-do List (Part 23) Event Time of FullCalendar

Learning Objectives:
- start: '2020-09-09T16:00:00'
- start: `${date}T${time}`
- eventTimeFormat: {},
- omitZeroMinute: true
- meridiem: 'short'
- hour12: false

Timestamps:
0:00 Briefing
1:00 Showing time in our project
2:43 Customizing
5:25 24-hour format

To-do List Tutorial Series Playlist:

Рекомендации по теме
Комментарии
Автор

Hey Gordon, great video and super helpful thanks. I think I've looked through everything but I don't see an option for having a todo that might be repeated daily or weekly. Is that something you'd consider adding to the series? Also I saw you say you were planning to do a series looking at this from a backend did you ever get round to that? Thanks again for a great series.

ArchieTheOwl
Автор

Hello Gordon, I'm pretty excited with you videos, could you please show, how to add at the calendar when event starts and when it ends and reflect it on the calendar, for instance the event start at 6 of November 2023 until the 9 of November 2023, then render it on the calendar? Thanks in advance!

igorkim
Автор

Hi Gordon, I have a question: if I create a new event in the todo table, it populates the calendar. However, if I dragged the event to another date on the calendar, the todo table shows the date as the day before e.g. if the calendar shows an event on the Nov. 14, 2020 with the same event date in the todo list table as Nov 14, 2020 and when I dragged the event on the calendar from Nov 14, 2020 to Nov 16, 2020, the todo list table shows a date of Nov 15, 2020, while the event is now set to Nov. 16 on the calendar. However, if I click the pencil icon of the todo list table, a side-out drawer appears and it shows the correct date of Nov 16, 2020. How do you fix the todo list table to display the same date as the calendar, after dragging the event from one date to another date?

ljphennis
Автор

Thank you Gordon.I have followed all the tutorial.But at the end, when I click anywhere of the web page the part of the calendar disappear.And I foun the luve app which you put on the github has the same result as mine. Is there something worng?

weihaohuang
Автор

Gorden,
The time should also be added to the 'commitEdit' function. Otherwise the time disappears from the calendar.

mollen