navmesh commited on
Commit
3515a5a
·
1 Parent(s): 0c14091

Upload progressbar.js

Browse files
Files changed (1) hide show
  1. progressbar.js +2 -1
progressbar.js CHANGED
@@ -4,7 +4,8 @@ let timeWarning = 160;
4
  let maxTimeWarning = 3600;
5
  let firstTimeStart = 0;
6
  let timeZone = 'Asia/Bangkok';
7
- const options = { timeZone };
 
8
  const formatter = new Intl.DateTimeFormat([], options);
9
 
10
  function rememberGallerySelection() {
 
4
  let maxTimeWarning = 3600;
5
  let firstTimeStart = 0;
6
  let timeZone = 'Asia/Bangkok';
7
+ //const options = { timeZone };
8
+ const options = { timeZone, hour: '2-digit', minute: '2-digit' };
9
  const formatter = new Intl.DateTimeFormat([], options);
10
 
11
  function rememberGallerySelection() {