Skip to content

Commit e14d1fc

Browse files
committed
changed timeFormat to hh:mm from h:m
1 parent 5bb1027 commit e14d1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization/jquery-ui-timepicker-lt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $.timepicker.regional['lt'] = {
3030
timezoneText: 'Laiko zona',
3131
currentText: 'Dabar',
3232
closeText: 'Uždaryti',
33-
timeFormat: 'h:m',
33+
timeFormat: 'hh:mm',
3434
ampm: false
3535
};
3636
$.timepicker.setDefaults($.timepicker.regional['lt']);

0 commit comments

Comments
 (0)