cancel
Showing results for 
Search instead for 
Did you mean: 

iCalendat initial set

Former Member
0 Kudos

Hello!

I try do set initial datetime for iCalendar applet on my html page. I use thу following string in java-script function for iCalendar CreationEvent:

MyCalendar.setDate("2011-10-05 15:33:44", "yyyy-MM-dd hh:mm:ss");

...and nothing happens. iCalendar autosets to nowdate.

What did I miss? What are other ways to do such initial set for iCalendar?

Best regards,

Petr

Edited by: Petr Balabanov on Oct 7, 2011 4:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try 'HH' for hours instead of 'hh'

Former Member
0 Kudos

Christian, thanks!

It helped!

Edited by: Petr Balabanov on Oct 10, 2011 7:45 AM

Answers (0)