We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf7390 commit 49a075bCopy full SHA for 49a075b
src/js/datetimepicker.js
@@ -337,7 +337,7 @@
337
var dateValue = {
338
'utcDateValue': hourMoment.valueOf(),
339
'display': hourMoment.format('LT'),
340
- 'active': hourMoment.format('YYYY-MM-DD H:nn') === activeFormat
+ 'active': hourMoment.format('YYYY-MM-DD H:mm') === activeFormat
341
};
342
343
result.dates.push(new DateObject(dateValue));
0 commit comments