diff options
author | Phil Hughes <me@iamphill.com> | 2017-01-30 13:56:04 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-02-06 09:38:53 +0000 |
commit | 12cc9a530c6540075c78239416027eb706fac386 (patch) | |
tree | f6846d1a9033eb767b19a9236a16ee0d5c7c6eaa /app/views | |
parent | 5942247dd6f73f5e92a3c635873e62d0efbf9ea8 (diff) | |
download | gitlab-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.haml | 2 |
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')); |