Hi,
When i call this line directly:
var lastUpdated = $.fn.fmatter('date', udata.lastUpdated, { newformat: 'M d Y h:iA' });
newformat doesn't work. It always return format in d/m/y. I tried to debug:
$.fn.fmatter.date = function (cellval, opts, rwd, act) {
…
//return
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top