logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by James on Tue 1 Oct 2002 in response to Form Validator R2.0

Date Validation

I'm having StartDate & EndDate as time/Date fields in Notes form,
but when i'm using validate function , it's taking dates as text.
e.types ="text" for Time/Date fields .


e.g.:
a[a.length] = [f.DateEnd, f.DateEnd,f.DateStart ,'dd/mm'];


this doesn't work .
Pls help.