Skip to content

Commit

Permalink
Update German locale
Browse files Browse the repository at this point in the history
:ss missing - otherwise it does not play out of the box with Yii very well. It requires for german DateTime the seconds as well.
  • Loading branch information
Commifreak authored Jun 1, 2017
1 parent e5e806c commit f6d68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/locales/bootstrap-datetimepicker.de.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
suffix: [],
meridiem: [],
weekStart: 1,
format: "dd.mm.yyyy HH:ii"
format: "dd.mm.yyyy HH:ii:ss"
};
}(jQuery));

0 comments on commit f6d68ef

Please sign in to comment.