I want to type in some numbers, 010101, for example, and it will be changed into a date format automatically, (010101->01/01/01). If i set the format as mm/dd/yy, when i type in some numbers, it only shows a warning saying that the format should be mm/dd/yy, instead of changing the format of the numbers. thanks you for helping me anyway. im not using livecycle designer.
The edit characters are important to separate month day and year fields when users do not enter the full 6 numbers. The use can use spaces, "-", ".", or "/" as a separator. You could try to write a custom keystroke, format, and validation routines to allow for this.
George Kaiser