Welcome,
Guest
|
|
Hi,
I'm feelin extremely stupid asking this question. I'm running version 1.2.9 (free) and I need to change the date disply on "new event" to dd MMM yyyy (eg 11 Feb 2010). How can I do that? I also assume that the recurring feature is not available with this particular version?? Nic Oosthuizen. |
Please Log in to join the conversation. |
|
In your onNewEvent callback, you receive 2 inputs. Starttime and end time.
You can extract mm, dd, yy and display as you want. Please refer JavaScript date reference for list of functions on the date object. Premium version comes with a formatter. You could specify a format and the calendar provide the string in specified format. Recurring events is not available in the free version. |
Please Log in to join the conversation. Team Web2Cal. |