Temporary fix for datepicker quirk
git-svn-id: https://svn.eudat.eu/EUDAT/Services/MetaData/ckanext-datesearch@1374 68e52488-0a15-44bc-a314-416658652264
This commit is contained in:
parent
1b48ad2cb8
commit
f85a592b67
|
@ -61,7 +61,7 @@ this.ckan.module('daterangepicker-module', function ($, _) {
|
||||||
case 'end':
|
case 'end':
|
||||||
// Set the value of the hidden <input id="ext_enddate"> to
|
// Set the value of the hidden <input id="ext_enddate"> to
|
||||||
// the chosen end date.
|
// the chosen end date.
|
||||||
$('#ext_enddate').val(v.add('y', 1).subtract('s', 1).format(fs) + 'Z');
|
$('#ext_enddate').val(v.add('y', 1).subtract('h', 3).format(fs) + 'Z');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue