summaryrefslogtreecommitdiff
path: root/app/views/profiles/personal_access_tokens/index.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-14 21:45:36 +0000
committerPhil Hughes <me@iamphill.com>2017-02-14 21:49:18 +0000
commitd4f7f70f1e7c0b8481d33176fd0886a79022217a (patch)
tree7b83ebd3682c9b5468d14d8fb127b1953b41a8af /app/views/profiles/personal_access_tokens/index.html.haml
parentb4c00ae43dda8e32061539f3177a4294a706efc9 (diff)
downloadgitlab-ce-d4f7f70f1e7c0b8481d33176fd0886a79022217a.tar.gz
Stop Pikaday using momentno-more-moment
Diffstat (limited to 'app/views/profiles/personal_access_tokens/index.html.haml')
-rw-r--r--app/views/profiles/personal_access_tokens/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/personal_access_tokens/index.html.haml b/app/views/profiles/personal_access_tokens/index.html.haml
index 2c006e1712d..b10f5fc08e2 100644
--- a/app/views/profiles/personal_access_tokens/index.html.haml
+++ b/app/views/profiles/personal_access_tokens/index.html.haml
@@ -91,7 +91,7 @@
new Pikaday({
field: $dateField.get(0),
theme: 'gitlab-theme',
- format: 'YYYY-MM-DD',
+ format: 'yyyy-mm-dd',
minDate: new Date(),
onSelect: function(dateText) {
$dateField.val(dateFormat(new Date(dateText), 'yyyy-mm-dd'));