vendor/assets/javascripts/uikit/components/datepicker.js in uikit2-rails-0.1.2 vs vendor/assets/javascripts/uikit/components/datepicker.js in uikit2-rails-0.1.3

- old
+ new

@@ -1,6 +1,6 @@ -/*! UIkit 2.23.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ +/*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ (function(addon) { var component; if (window.UIkit) { @@ -28,10 +28,10 @@ weekstart: 1, i18n: { months : ['January','February','March','April','May','June','July','August','September','October','November','December'], weekdays : ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }, - format: "DD.MM.YYYY", + format: "YYYY-MM-DD", offsettop: 5, maxDate: false, minDate: false, pos: 'auto', template: function(data, opts) {