Vladislav

Results 1 comments of Vladislav

.... var renderDateTime = function (value, record, $cell, $displayEl) { var x = new Date(value); if (x.getFullYear() > 1970) $displayEl.text(String(x.getDate()).replace(/^(.)$/, "0$1") + '.' + String(x.getMonth() + 1).replace(/^(.)$/, "0$1") + '.'...