If you are using a Joomla! version 1.6 or later, please make sure that you have the MooTools datepicker selected as the older MonkeyPhysics datepicker may not work correctly.
Note that if you are saving the data in the database and want to use a DATE or DATETIME column then you must make sure that the date is in a format that can be correctly read by MySQL before the DB Save action. The default international format is OK; the US format is not. If you set the US format in the form then you will need to add Custom Code in the On Submit event of your form to create a re-formatted date to be saved in the database table.

Comments