hi,
Im using microsoft visual web developer 2010 express and ms server 2008 R2(express).
i downloaded the code “Event Calendar for ASP.NET MVC with dhtmlxScheduler”. i didnot do any kind of change in the code and date format is: scheduler.config.xml_date = “%m/%d/%Y %H:%i”;
When i try to save a new event then it simply swaps day to month in the date of that event.
e.g 01/06/2011(1st June, 2010) to 06/01/2011(6th January 2010).
when i try to change
scheduler.config.xml_date = “%d/%m/%Y %H:%i”;
this combination saves the correct information in the database but it displays the events in wrong slots and simply swaps day to month in the date of that event
e.g database entry =01/06/2011(1st June, 2010).
but event shows on 06/01/2011(6th January 2010).
I know its very basic question because its my first time to use this control .
how can i save and display correct information?
Do i have to change just in “scheduler.config.xml_date” or any other place ?
thanks in advance