Skip to content

Commit fbf7390

Browse files
committed
Demo change - will be reverted
1 parent bce2a70 commit fbf7390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/datetimepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
var dateValue = {
338338
'utcDateValue': hourMoment.valueOf(),
339339
'display': hourMoment.format('LT'),
340-
'active': hourMoment.format('YYYY-MM-DD H:mm') === activeFormat
340+
'active': hourMoment.format('YYYY-MM-DD H:nn') === activeFormat
341341
};
342342

343343
result.dates.push(new DateObject(dateValue));

0 commit comments

Comments
 (0)