Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems with date validation pattern DD.MM.YYYY in Form Builder

Former Member
0 Likes
567

(I am using LiveCycle Designer 8.0.)

My form uses an input date field which consistst of DD.MM.YYYY.

Display pattern, edit pattern, validation pattern and date pattern has been set to DD.MM.YYYY.

"Validation Pattern Message"-box has been set to checked.

"Validation Script Message"-box is not checked.

1. When I type: 313101

the system converts the digits to the date 01.01.3131

2. When I type: 3131

the system converts the digits to the date 01.01.3131

3. When I type: 31

I get an error message "Date is not valid."

I need a form to throw an error message if the user doesn`t type the correct input

DD.MM.YYYY. (01.03.2009)

Thanks in advance.

Tor

(I am using LiveCycle Designer 8.0.)

My form uses an input date field which consistst of DD.MM.YYYY.

Display pattern, edit pattern, validation pattern and date pattern has been set to DD.MM.YYYY.

"Validation Pattern Message"-box has been set to checked.

"Validation Script Message"-box is not checked.

1. When I type: 313101

the system converts the digits to the date 01.01.3131

2. When I type: 3131

the system converts the digits to the date 01.01.3131

3. When I type: 31

I get an error message "Date is not valid."

I need a form to throw an error message if the user doesn`t type the correct input

DD.MM.YYYY. (01.03.2009)

Thanks in advance.

Tor

2 REPLIES 2
Read only

Former Member
0 Likes
462

Does anyone have any input on this matter?

Thanks in advance.

Regards,

Tor

Read only

Former Member
0 Likes
462

I managed to solve the problem.