I don't know if it's an option for you to upgrade to 4.6.1?
Otherwise I think you need to look in the changeset here http://umbraco.codeplex.com/SourceControl/list/changesets - but I must admit I don't know much about how to do this and I don't know if the changeset with the above fix is still available.
If you can't/don't want to upgrade you may be able to add a regular expression to make it mandatory. I remember on version 3, I needed to make a date mandatory and it didn't work and so I used a regular expression:
Datepicker datatype doesn't work with "mandatory" checkbox
Hi,
I have the problem where Datepicker datatype doesn't respect "mandatory" checkbox
And I saw this bug link, http://umbraco.codeplex.com/workitem/28646
It seems it has been fixed.
But Do you know how to get this fixes ?
My current version is umbraco v 4.5.2 (Assembly version: 1.0.3891.20719)
What should I do to get this fixes ?
Thanks for your help.
Hi
I don't know if it's an option for you to upgrade to 4.6.1?
Otherwise I think you need to look in the changeset here http://umbraco.codeplex.com/SourceControl/list/changesets - but I must admit I don't know much about how to do this and I don't know if the changeset with the above fix is still available.
/Jan
The bug is fixed in 4.6.1
If you can't/don't want to upgrade you may be able to add a regular expression to make it mandatory. I remember on version 3, I needed to make a date mandatory and it didn't work and so I used a regular expression:
http://forum.umbraco.org/yaf_postst5005_Mandatory-Datepicker.aspx
Thanks Guys,
But I have tried to put a regular expression but it just ignore it.
At this moment, I can't really upgrade, But may be I can write my own umbraco data type (datePicker)
Is there any pointer where can I create my own data type which store date time ?
Thanks for your help
is working on a reply...