mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-15 22:51:37 -07:00
DateTime format based on TIMEZONE #1044
This commit is contained in:
@@ -65,7 +65,7 @@ function initializeSessionsDatatable () {
|
|||||||
// Replace HTML codes
|
// Replace HTML codes
|
||||||
{targets: [0],
|
{targets: [0],
|
||||||
'createdCell': function (td, cellData, rowData, row, col) {
|
'createdCell': function (td, cellData, rowData, row, col) {
|
||||||
$(td).html (translateHTMLcodes (cellData));
|
$(td).html (translateHTMLcodes (localizeTimestamp(cellData)));
|
||||||
} }
|
} }
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user