aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 0b3f13874..2a79ff226 100644
--- a/grunt.js
+++ b/grunt.js
@@ -12,7 +12,7 @@ config.init({
pkg: '<json:package.json>',
meta: {
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
- '<%= template.today("m/d/yyyy") %>\n' +
+ '<%= template.today("isoDate") %>\n' +
'<%= pkg.homepage ? "* " + pkg.homepage + "\n" : "" %>' +
// TODO makes this banner only useful for the min-all task below...
'* Includes: ' + rawList.join(', ') + '\n' +