|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
date validation
Hi!
is there any method for validating date in actionscrpt or jsfl |
|
#2
|
|||
|
|||
|
You could use a regex to validate the format of the date
To check on 20-10-2005: "^([0-9]{2})-([0-9]{2})-([0-9]{4})$" Then you can use the Date object to check if the day, month and year have valid values. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Flash Development > date validation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|