summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
authorlucas_nz <lucas_nz@outlook.com>2020-10-10 23:53:13 +1300
committerlucas_nz <lucas_nz@outlook.com>2020-10-10 23:53:13 +1300
commit958ff8c24307c097b47ee6135f5e76fea3b279a8 (patch)
tree212bddd2a16f7af8432ec7e8f3e5b0d7540129d2 /www/js/NVR.js
parent2bf676cb16d1477f3cac47c5fa905ab95e467222 (diff)
parent0711179c6e1104f4e1954c7a0685f40ed25c0851 (diff)
Merge branch 'master' of git@github.com:pliablepixels/zmNinja.git
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'
//------------------------------------------------------------------