Welcome,
Guest
|
|
Hi there..
In the docs it states that:
I was thinking that meant that startTime and endTime could be set as strings in the provided format, however, this doesn't seem to work for me Sample string: 09-22-2009 34:19:50 /* (22th of september 2009, 34 minutes and 50 seconds past 19 hours) */ Have I misunderstood something here? |
Please Log in to join the conversation. |
|
Which version of web2cal are you using?
Try 09-22-2009 19:34:50 Let us know how it goes. I think the docs are wrong in the format. |
Please Log in to join the conversation. Team Web2Cal. |
|
I'm using the free version (1.2.9).
Tried setting startTime as "09-22-2009 19:34:50" and endTime as "09-22-2009 20:34:50" Still no luck |
Please Log in to join the conversation. |
|
Hello,
I had a developer take a look at this. I believe, they could not reproduce this issue. Can you please attach the html file you are using with the functions and data? More information will help us debug. FYI: the PHP examples within the package, use the date format as specified above. If they work, then there is NO error in the calendar package. |
Please Log in to join the conversation. Team Web2Cal. |
|
I had the same issue with the free version (Version Version V-1.2.9-0810G).
This is the string format I found works for me. yyyy-mm-dd hh:mm:ss as in... startTime: "2009-09-24 10:00:00" Cheers |
Please Log in to join the conversation. |