summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-30 13:56:04 +0000
committerPhil Hughes <me@iamphill.com>2017-02-06 09:38:53 +0000
commit12cc9a530c6540075c78239416027eb706fac386 (patch)
treef6846d1a9033eb767b19a9236a16ee0d5c7c6eaa /app/views
parent5942247dd6f73f5e92a3c635873e62d0efbf9ea8 (diff)
downloadgitlab-ce-remove-jquery-ui-datepicker.tar.gz
Changed date check testremove-jquery-ui-datepicker
Diffstat (limited to 'app/views')
-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 b10f5fc08e2..2c006e1712d 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'));