dhtmlxCalendar setdateformat

Hi,

I am very new to this controls. i have a requirement to display start date the format should be “Day mm/date/year”

I am using below format “myendCalendar.setDateFormat(”%D %m/%d/%Y");" which is working nice but the problem was it’s displaying only 2 characters of day

currently i am getting sample : Mo 03/03/2014
but i am expecting : Mon 03/03/2014 (should be 3 characters the day)

Thanks

Hi
You can try to change it via langData property (monthesSNames):
docs.dhtmlx.com/doku.php?id=dhtm … ltilingual

working perfectly.Thanks

You are welcome!