I'm using in my actual project release (for Umbraco 4.0.4.2) the datepicker control (server) but it is not compatible with Umbraco 4.5 because in this new release I must use jquery.
I don't know very well JQuery and I did'nt found any documentation about how to use the new JQuery datepicker.
I'm trying to do some tests and I would to ask if there are anybody who can help me to understand what I must do to do that?
Problems with new datepicker (JQuery UI)
Hi,
I'm using in my actual project release (for Umbraco 4.0.4.2) the datepicker control (server) but it is not compatible with Umbraco 4.5 because in this new release I must use jquery.
I don't know very well JQuery and I did'nt found any documentation about how to use the new JQuery datepicker.
I'm trying to do some tests and I would to ask if there are anybody who can help me to understand what I must do to do that?
Thanks
AF
Problem solved.
first I must register the UICONTROLS with this line:
and after I can use the datepicker control with this code:
The "ShowTime" is a true/false property you can use if you want to set also the time.
By
AF
is working on a reply...