Skip to content

Commit 52e6fd6

Browse files
committed
MAGETWO-52590: [GITHUB] Calendar. Time format 24h #3856 #4243
- Format for literals 'H', 'h', 's', 'm' has same meaning in different parsers
1 parent f10c7c8 commit 52e6fd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/web/mage/calendar.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,7 @@
394394
'yy': 'yy' // Always long year format on frontend
395395
},
396396
time: {
397-
'a': 'TT',
398-
'H': 'h',
399-
'MM': 'mm',
400-
'SS': 'ss'
397+
'a': 'TT'
401398
}
402399
},
403400

0 commit comments

Comments
 (0)