Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: if you need the date string only in dd/mm/yyyy format not dd.mm.yyyy or dd-mm-yyyy this Reguler Expression Validator can be helpfull <asp:RegularExpressionValidator ID="REcreationdate" runat="server" ControlToValidate="txtCreationDate" Display="Dynamic" ErrorMessage="Date should be in dd-mm-yyyy format" SetFocusOnError="True" ValidationExpression="(0[1-9]|[12][0-9]|3[01])[- /](0[1-9]|1[012])[- /](19|20)[0-9]{2}" ValidationGroup="v1"></asp:RegularExpressionValidator> |
The End.