I need a date format for above date ,my code is like this
function formatDateTime(date) { return $.telerik.formatString('{0:dd/MM/yyyy hh:mm:ss}', date); }
but it shows 07/15/2012 09:31:45 only , misses the AM and PM,but i need with AM and PM,can anyone help?
Thanks,
try