diff options
Diffstat (limited to 'js_tests/admin')
| -rw-r--r-- | js_tests/admin/core.test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js_tests/admin/core.test.js b/js_tests/admin/core.test.js index 43fb27a7af..7f0a4d6fda 100644 --- a/js_tests/admin/core.test.js +++ b/js_tests/admin/core.test.js @@ -54,6 +54,7 @@ test('Date.getHourMinuteSecond', function(assert) { test('Date.strftime', function(assert) { var date = new Date(2014, 6, 1, 11, 0, 5); assert.equal(date.strftime('%Y-%m-%d %H:%M:%S'), '2014-07-01 11:00:05'); + assert.equal(date.strftime('%B %d, %Y'), 'July 01, 2014'); }); test('String.strptime', function(assert) { |
