Hi,
Can u pls help how to display (Date & Time in 24hrs) in
Radtextbox using MaskedEditExtender... below are the code i already tried..pls correct it..or give me other solution.
Thanks..
Can u pls help how to display (Date & Time in 24hrs) in
Radtextbox using MaskedEditExtender... below are the code i already tried..pls correct it..or give me other solution.
<asp:MaskedEditExtender ID="MaskedEditExtender1" runat="server" AcceptAMPM ="False" Mask ="99/99/9999 99:99" MaskType="DateTime" TargetControlID="Rad_entry_date"> </asp:MaskedEditExtender> <asp:MaskedEditValidator ID="MaskedEditValidator1" runat="server" ControlExtender="MaskedEditExtender1"ControlToValidate="Rad_entry_date" Display="Dynamic" EmptyValueMessage="Input Date and Time"ErrorMessage="Invalid Time" InvalidValueMessage="Invalid Date and Time"SetFocusOnError="True" ></asp:MaskedEditValidator>Thanks..