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:
Mikael Karlsson 2013-12-09 12:40:02 +00:00
parent 1b48ad2cb8
commit f85a592b67
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ this.ckan.module('daterangepicker-module', function ($, _) {
case 'end':
// Set the value of the hidden <input id="ext_enddate"> to
// 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;
}