You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I have an issue in rendering an event on calendar.
Event data is coming from database and I am converting it in the below given format:
Hello everyone,
I have an issue in rendering an event on calendar.
Event data is coming from database and I am converting it in the below given format:
events : [
{
"id":appointment_id,
"start": new Date(sYear, sMonth, sDay, STHr, STMin),
"end": new Date(eYear, eMonth, eDay, ETHr, ETMin),
"title":Title
}
Can anyone help me solve this issue.
Thanks in advance
The text was updated successfully, but these errors were encountered: