Ajax Event Calendar Support Product Page
Answered
How do I associate the time field?
Asked 19 Sep 2012 22:04:17
1
has this question
19 Sep 2012 22:04:17 Matt Penn posted:
Stupid question here! I see the Start and Stop columns, which have my date fields - and those are working fine. But how do I incorporate my database field that has the event time? Otherwise, everything just shows up at midnight. Replies
Replied 20 Sep 2012 06:24:10
20 Sep 2012 06:24:10 Vulcho Vulev replied:
Hello Matt.
Please use 23:59 as end time instead of 00:00 value in your database.
Regards:Vulcho.
Please use 23:59 as end time instead of 00:00 value in your database.
Regards:Vulcho.
Replied 20 Sep 2012 15:24:18
20 Sep 2012 15:24:18 Matt Penn replied:
What I'm trying to say is that my event's database has a specific field for starting time and ending time (Seperate from the date field). How do I make those connections with the Ajax Event Calendar so that my event times display on the calendar?
Replied 21 Sep 2012 06:28:47
21 Sep 2012 06:28:47 Teodor Kuduschiev replied:
Unfortunately this is not possible. Your field should be a DATETTIME field.
Replied 21 Sep 2012 18:13:07
21 Sep 2012 18:13:07 Matt Penn replied:
oh no! I was hoping to use this with my existing CMS. I'll see if maybe I can merge the two fields into a DateTime format.