Hello All,
I'm trying to show date in different way.
When I using this datePattern:'dddd, dd MMMM yyyy'
I'm getting all fine in date header of DayPilot.Calendar. For example: Friday, 28 February 2014
When I using this datePattern:'ddd, dd MMMM yyyy'
I'm getting strange in date header of DayPilot.Calendar. For example: ddd, 28 February 2014
I'm using this custom localization:
var localeMy = new DayPilot.Locale('my', {
dayNames:['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],
dayNamesShort:['Su','Mo','Tu','We','Th','Fr','Sa'],
monthNames:['January','February','March','April','May','June','July','August','September','October','November','December',''],
timePattern:'hh:mm:tt',
datePattern:'ddd, dd MMMM yyyy',
dateTimePattern:'dd.MM.yyyy hh:mm:tt',
timeFormat:'Clock24Hours'
});