summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index ff438892..301091a6 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -2643,6 +2643,10 @@ angular.module('zmApp.controllers')
return (loginData.use24hr ? "HH:mm:ss" : "hh:mm:ss a");
},
+ getTimeFormatMilliSec: function() {
+ return (loginData.use24hr ? "HH:mm:ss:sss" : "hh:mm:ss:sss a");
+
+ },
//------------------------------------------------------------------
// switches screen to 'always on' or 'auto'
//------------------------------------------------------------------