aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fe5806bad..42ea60ca1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -450,6 +450,7 @@ grunt.registerTask( "compile-globalize", function() {
globalize.dateParser( { date: "long" } ),
globalize.dateFormatter( { date: "full" } ),
globalize.dateParser( { date: "full" } ),
+ globalize.dateParser( { raw: "yyyy-MM-dd" } ),
globalize.numberParser()
]);