Skip to content

Commit e6f9261

Browse files
author
Ihor Melnychenko
committed
MAGETWO-52178: [Github] Not able to set time format of datetime picker to 24 hour notation #4243
1 parent 4e1a1bc commit e6f9261

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/web/mage/calendar.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,9 @@
395395
},
396396
time: {
397397
'a': 'tt',
398-
'HH': 'hh',
399-
'H': 'h'
398+
'H': 'h',
399+
'MM': 'mm',
400+
'SS': 'ss'
400401
}
401402
},
402403

0 commit comments

Comments
 (0)