From c7373686044592f576bc638230ae0f2fcb0de062 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 31 Mar 2016 16:24:58 -0400 Subject: #209 replaced vis with the new ChartJS 2.0 (beta) - allows for much better performance and drag/hover which is easier Former-commit-id: 2dbca6b7378a6f8f21ff386969150bba7ace504e --- www/js/DataModel.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 695f9bba..5e41cda5 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -559,6 +559,11 @@ angular.module('zmApp.controllers') { return (loginData.use24hr ? "HH:mm": "hh:mm a"); }, + + getTimeFormatSec: function() + { + return (loginData.use24hr ? "HH:mm:ss": "hh:mm:ss a"); + }, //------------------------------------------------------------------ // switches screen to 'always on' or 'auto' -- cgit v1.2.3