Is it possible to use the umbraco datepicker that is used in the datatype in the umbraco administration page?
I am developing an ascx control that is to be a new datatype. However I need a datepicker, and since umbraco has one that has an input mask like ____-__-__ (year-month-day), I thought that I could use it.
Umbraco DatePicker in usercontrol
Hello
Is it possible to use the umbraco datepicker that is used in the datatype in the umbraco administration page?
I am developing an ascx control that is to be a new datatype. However I need a datepicker, and since umbraco has one that has an input mask like ____-__-__ (year-month-day), I thought that I could use it.
It is probably something along the lines of:
<%@ Register TagPrefix="UmbracoControls" Namespace="NAMESPACE" Assembly="ASSEMBLY" %>
<UmbracoControls:DatePicker ID="datepicker1" runat="server" ... />
Can someone provide an example of how to add this control to my ascx and how to use it with an input mask.
Thanks,
Pedro
PS: I am using umbraco 4.7.
http://our.umbraco.org/forum/developers/extending-umbraco/41190-datePicker-removed-from-cmsdll-now-in-controlsdll
is working on a reply...