schartier wrote:
Hi,
First of all I must thank you for providing such a great tool... for so cheap! It's my first project in J-Cook but I am very exited about all the possibilites your application offers (and all the time I will save)!
What I would like to know is how to configure a table date-time field to be required, with default value 0000-00-00 00:00:00 . The "Preview and test" from field parameters says "Incorrect value" with the following configuration:
Required: yes
Default value: 0000-00-00 00:00:00
Prefil form: no
Date format: inherit, inherit OR yyyy-mm-dd HH:MM:SS
Unix format: yes OR no
Preview and test: 0000-00-00 00:00:00
Thanks in advance,
Sebastien
After reflexion, I guess it will work anyway. I know that 0000-00-00 00:00:00 is not a good date in php so the value won't be good when entered. But on the db side it should work.
Please confirm, Sébastien.