borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (how trap on which Datagrid navigation user click ??)Next Topic (Value type and reference type ?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : Javascript date validation ?
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon Javascript date validation ?

how to validate date by javascript
suppose 32/02/2004 (dd/MM/yyyy)
this invalid date so i want to know how could i validate this kind of date by javascript
how to do it.please provide sample code

16-11-2004 at 07:23 AM
View Profile Send Email to User Show All Posts | Quote Reply
MacD
Level: Big Cheese

Registered: 06-01-2004
Posts: 19
icon Re: Javascript date validation ?

Hi,

If you are using ASP.NET for developing your application then try to use the regular expression validator control available in ASP.NET.

Set the control to validate property to the name of the textbox that will be containing your date and in your validation expression copy and paste the regular expression below:

(([1-9]|[1-2][0-9]|3[0-1]|0[1-9])[/ /.]([1-9]|1[0-2]|0[1-9])[/ /.]([1-9][0-9])\d\d)|(([1-9]|[1-2][0-9]|3[0-1]|0[1-9])[- /.](0[1-9]|1[0-2]|[1-9])[- /.]([1-9][0-9])\d\d)

It support dates in the format dd/mm/yyyy or dd-mm-yyyy

You can also improve it. I hope this will help you that is if you are using ASP.NET

regards,


____________________________
MacD

02-12-2004 at 07:00 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : Javascript date validation ?
Previous Topic (how trap on which Datagrid navigation user click ??)Next Topic (Value type and reference type ?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder