There is a DateTimeControl on my WebPage which i is a ReqiredField. I have set the properties of the control as follows
<SharePoint:DateTimeControl runat="server" ID="txtDOB" DateOnly="True" LocaleId="2057" IsRequiredField="true" ErrorMessage="*">
</SharePoint:DateTimeControl>
I have set the Error Message to * but i get the mesage as You must specify a value for this required field. instead of *
Please help me to display ErrorMEssage as * instead of the default long message. How can i do it?