DATE VALIDATION dd/mm/yyyy (date field with manual entry) | Community
Skip to main content
September 12, 2007

DATE VALIDATION dd/mm/yyyy (date field with manual entry)

  • September 12, 2007
  • 23 replies
  • 96516 views
Is there a way to stop people filling in date fields manually?

since there is a calendar, there not only is no need for manual entry but it also avoids input error..



When I try to validate a date, it will either accept the manual date, or the calendar date but never both.



Does somebody have a solution for this? .. either to validate both the calendar date & manual entry (entered in dd/mm/yyyy)



Or

to prevent users from typing inside the date field (& use the calendar!)

(or prevent them from typing anything other than dd/mm/yyyy)



('ve tried regular expressions but it does not accept the value from the calendar)



Thanks hopefully!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

23 replies

tarekahf
New Participant
September 30, 2008
Dear All,



I have serious problem with Date/Time Fields. It seems that Date/Time Fields just DO NOT work properly. I am using Windows XP, with Arabic Language Support Enabled and LiveCycle Designer 7.1.



I am facing all kind of errors/problems with Date/Time Fields. I decided to switch my Regional Settings to English UK and also tried English USA, but still same result.



If I use a plain Date/Time Field, and try to make any data entry during runtime, the input is always converted to format "dd-mm-yyyy" and the numerals are converted to Indian Digits (Arabic/Indian Shapes). And, when I try to use Date Patterns for display, edit and validation, nothing works as per the documentation.



In summary, the Date/Time Fields do not work as per the documentation.



I tried for normal text and numeric fields, they do work as per the documentation. But, Date/Time Fields do not work at all, and all what I get is incorrect display or entry or always I get validation error.



Can some one tell me what is going on ????



PLEASE HELP !



Tarek.
March 31, 2008
I just made it a Text Box field and validated the date with Javascript. Of course, I'm an old COBOL programmer and I know how to do that. ;) The user can enter MMDDYY, MMDDCCYY, MM/DD/YY, MM/DD/CCYY or replace the / with a dash (-), dot (.), or space. Javascript has a date function that converts a string to a "date". If the function fails, the string was invalid.
New Participant
March 18, 2008
Well, have you tried just using a palin text field and writing your own validation, key stroke and format scripts?
March 18, 2008
I realize it has been months, since the last post, but I'm trying to understand the exact issue. Correct me, if I'm wrong, but you would like to limit the user to only entering the date by the calendar, or limiting them to only manual input. Just not both. If that is the case, unfortunately, there is no way to a) turn off the calendar, and b) prevent manual input.
October 31, 2007
Hi there,



I share your frustration in getting help with Livecycle Designer.



I had to switch to a different technology because I have found that Acrobat just doesn't cut it for real workd developement.



It has rich features, but not unfortunately, the rich features developers need.



Sorry I can't help you.



Thanks,

Ric
October 29, 2007
i dont want to spam :D but need help
October 29, 2007
heeeeeeeeeeelp me :) pls...i need it
October 26, 2007
HELP ME PLS :D



HOW CAN I DEFINE THE FORMAT IN THE FIELD.



THERE ONLY ACCEPT NUMMBERS AND "POINTS" .
October 24, 2007
Thank you!

But now I can type letters to. I would just numbers and "points".

I want the Dateformat..



Anybody know a good solution?



thx,

luny
October 24, 2007
Hi,



Under the Binding tab set Data format to Date and Time.