I've searched the forum but can't find anything on this for Contour.
Is there a way of using the date picker w. time in the contour forms? I need it for an event start date/time, but want to avoid using dropdowns with hours/min if I can help it :)
I think you'd need to code a custom field type to do this. You can see the source code for the built in ones here: http://our.umbraco.org/projects/umbraco-contour-shared-source if you're familiar with coding c#, you should be able to use those as a starting point to making a wrapper for the date picker with time umbraco control!
Date with Time picker
Hi,
I've searched the forum but can't find anything on this for Contour.
Is there a way of using the date picker w. time in the contour forms? I need it for an event start date/time, but want to avoid using dropdowns with hours/min if I can help it :)
Hope someone can help,
Tony
I think you'd need to code a custom field type to do this. You can see the source code for the built in ones here: http://our.umbraco.org/projects/umbraco-contour-shared-source if you're familiar with coding c#, you should be able to use those as a starting point to making a wrapper for the date picker with time umbraco control!
Hope that helps!
:)
Cheers Tim that's the direction I needed :)
is working on a reply...