diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-13 13:07:30 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-13 13:07:30 +1300 |
commit | 2be68b0e9c1f26f329d5cf1d836cffdf8d506b8e (patch) | |
tree | 85b17d225d570d3cc1fdffce274d1beb26926cc3 /web/app/view/MapController.js | |
parent | 984feba192d0b347b99c550009ec6fd078728ca2 (diff) | |
download | trackermap-server-2be68b0e9c1f26f329d5cf1d836cffdf8d506b8e.tar.gz trackermap-server-2be68b0e9c1f26f329d5cf1d836cffdf8d506b8e.tar.bz2 trackermap-server-2be68b0e9c1f26f329d5cf1d836cffdf8d506b8e.zip |
Support 12 hour format in web
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r-- | web/app/view/MapController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js index 918f81390..b8b7290b8 100644 --- a/web/app/view/MapController.js +++ b/web/app/view/MapController.js @@ -170,7 +170,7 @@ Ext.define('Traccar.view.MapController', { style = this.getReportMarker(); style.getImage().setRotation(position.get('course') * Math.PI / 180); /*style.getText().setText( - Ext.Date.format(position.get('fixTime'), Traccar.Style.dateTimeFormat));*/ + Ext.Date.format(position.get('fixTime'), Traccar.Style.dateTimeFormat24));*/ marker.setStyle(style); |