mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
jquery bootgrid - fix epoch support as number, imports 292cfdf749
This commit is contained in:
parent
c868e0adc6
commit
53733031d3
@ -1239,6 +1239,9 @@ Grid.defaults = {
|
||||
return value ? moment(parseInt(value)*1000) : "";
|
||||
},
|
||||
to: function (value) {
|
||||
if (!Object.is(value)) {
|
||||
value = moment(parseInt(value)*1000);
|
||||
}
|
||||
return value ? value.format("lll") : "";
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user