Swap timestamp format to ISO and 24h clock.
This commit is contained in:
@@ -16,7 +16,7 @@ jQuery(function ($) {
|
|||||||
if (result == '') {
|
if (result == '') {
|
||||||
tstamp.text('Unknown');
|
tstamp.text('Unknown');
|
||||||
} else {
|
} else {
|
||||||
tstamp.text(localise_timestamp(tstring).format('LLLL'));
|
tstamp.text(localise_timestamp(tstring).format('MMM DD YYYY - HH:mm:ss'));
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user