Hello everyone,
i’m trying to get the following dateformat: dd/mm/yyyy like ’17/10/2012′.
However my code is like described in the documentation, it keeps giving the full notation like ‘Wed Oct 17 2012 01:01:01 GMT+0200’.
$(“#startCalendar”).jqxCalendar({ width: ‘20%’, height: ‘180px’, titleFormat: ‘mm yyyy’ });
$(‘#startCalendar’).bind(‘valuechanged’, function () {
Console.log($(‘#startCalendar’).jqxCalendar(‘getDate’), $(‘#endCalendar’).jqxCalendar(‘getDate’));
});
Someone can help me with this?
Greetings!
Gertjan