Skip to content

Commit ea986f2

Browse files
committed
Datepicker: Add missing Globalize parse format for min / max attribute
1 parent 877937e commit ea986f2

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ grunt.registerTask( "compile-globalize", function() {
450450
globalize.dateParser( { date: "long" } ),
451451
globalize.dateFormatter( { date: "full" } ),
452452
globalize.dateParser( { date: "full" } ),
453+
globalize.dateParser( { raw: "yyyy-MM-dd" } ),
453454
globalize.numberParser()
454455
]);
455456

0 commit comments

Comments
 (0)