In the form I've date field in the MM/DD/YYYY format it works well when the language is set to english
when another locale selected it becomes unable to create record in the database due to the incorrect date format
error. The date is manually selected from the user interface.
Is there any issues on this problem, may be someone already faced such a problem?
Sultan
Before you insert your value into the database use "strftime".