I have this code:

<s:datetimepicker id="selectedDate" 
                  name="selectedDate" 
                  displayWeeks="5" 
                  displayFormat= "MM-dd-yyyy"         
                                                      
                      
                 
value="%{userDetailsBean.selectDateString}"/>

It works fine if the user uses the drop-down or types
in a date in just the right format.  However, we would
like the following to work better:

user input   actual value                 desired
value
----------   ------------                
-------------
06-12-07     NaN-NaN-0NaN                 06-12-2007
06/13/2007   06-12-2007  (refused change) 06-13-2007
06 13 2007   06-12-2007  (refused change) 06-13-2007
etc.

Basically, I would like to allow multiple date formats
in order to make life easier for my users.  

Can I intercept the user input somehow before it goes
to the validation and fix it up?

Thanks,

Scott



 
____________________________________________________________________________________
Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to