cancel
Showing results for 
Search instead for 
Did you mean: 

Check the format of the date via FormCalc script

Former Member
0 Kudos

Hi All,

I am working on a form wherein i am supposed to validate the pattern of a Date field,

i already have a FormCalc script running for this field, Can i get a script to validate the pattern.

Any pointers to this??

Thanks,

Amita

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

solved partly

Thanks,

Amita

Former Member
0 Kudos

hi to validate the date using FormCalc script

Date2Num($.formattedValue, "YYYY-MM-DD")

regards

chinnaiya P

Former Member
0 Kudos

Hi,

I think Validation pattern does that part for you if you want to define a new pattern declare the pattern in the EDIT PATTERN and assign the same in the validation pattern and check the error check box and pass your message.

it will do....

Regards,

Karthik.