Description
The datepicker is accepting dates such as 04/99/2005 The translator converts this to 07/08/2006 I looked at the code and it is using SimpleDateFormat() without a strict parser.
Perhaps, the datepicker can accept an optional parameter that would control if the SimpleDateFormat is true/false?
Thanks.