Skip to content
Snippets Groups Projects
Commit 137507b8 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

WIP: trying to edit full date in journal #565

parent b46a173f
No related merge requests found
...@@ -382,7 +382,7 @@ $(() => { ...@@ -382,7 +382,7 @@ $(() => {
$elem.datepicker({ $elem.datepicker({
dateFormat: 'dd-mm', dateFormat: 'dd-mm',
changeMonth: true, changeMonth: true,
changeYear: false, changeYear: true,
defaultDate: defaultDate, defaultDate: defaultDate,
//timeFormat: 'HH:mm:ss', //timeFormat: 'HH:mm:ss',
beforeShow: function () { beforeShow: function () {
...@@ -459,7 +459,7 @@ $(() => { ...@@ -459,7 +459,7 @@ $(() => {
$elem.datepicker({ $elem.datepicker({
dateFormat: 'dd-mm', dateFormat: 'dd-mm',
changeMonth: true, changeMonth: true,
changeYear: false, changeYear: true,
defaultDate: defaultDate, defaultDate: defaultDate,
//timeFormat: 'HH:mm:ss', //timeFormat: 'HH:mm:ss',
beforeShow: function () { beforeShow: function () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment