Excellent package, using it on a site at the moment. One question for the datepicker i want to also have time, so can i just update u7dtg.controller.js
I had some problems with the time picker, that why i didn't add this option to the prevalue settings. I'll add this option for time picker in the date picker prevalues next version.
Meanwhile - yes. set the pickTime to true, but you have to change also the format ( from the u7dtg.controller.js or from the grid data type settings ) for using the time variables. For example - set the format to : yyyy-MM-dd hh:mm:ss
Also - add this lines to the end of 'u7dtg.style.css' : .dtgTable .umb-datepicker .datepicker .icon-time {position:relative;top:0px;left:-3px;background:none;} .dtgTable .umb-datepicker .datepicker .icon-time:hover {display:block!important;}
Time in date picker
Gilad,
Excellent package, using it on a site at the moment. One question for the datepicker i want to also have time, so can i just update u7dtg.controller.js
and set the pickTime to true and that would show time?
Hello Ismail,
I had some problems with the time picker, that why i didn't add this option to the prevalue settings.
I'll add this option for time picker in the date picker prevalues next version.
Meanwhile - yes. set the pickTime to true, but you have to change also the format ( from the u7dtg.controller.js or from the grid data type settings ) for using the time variables.
For example - set the format to : yyyy-MM-dd hh:mm:ss
Also - add this lines to the end of 'u7dtg.style.css' :
.dtgTable .umb-datepicker .datepicker .icon-time {position:relative;top:0px;left:-3px;background:none;}
.dtgTable .umb-datepicker .datepicker .icon-time:hover {display:block!important;}
Hope that help.
Cheers.
gilad,
Awesome many thanks for this.
Regards
Ismail
is working on a reply...