Hello ...
i`m looking for example here :
http://www.aspsnippets.com/Articles/jQuery-Form-Validation-Example-in-ASPNet.aspx
but i`m looking for validation date ( YYYY/MM/DD ) . any solution for this ?
thanks for help
Try this Regular Expression
var regex = /^(?!(?![02468][048]|[13579][26]00)..(?!(?!00)[02468][048]|[13579][26])...02.29)\d{4}([\/-])(?=0.|1[012])(?!(0[13578]|1[02]).31|02.3)\d\d\1[012]|3[01]$/;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.