HI, I work with DW CS6 and MySQL...
I have created a form to insert records in a table... I introduce a date in a textBox and when I insert the record in the database table, the field date appears this way: 0000-00-00
I have tried to write the date in the form in diferent masks but always in the table of database was inserted 0000-00-00
Dasher, thanks for help...
I didn't know that format must be YYYY-MM-DD
I have tried to insert record with this type of date and it works perfectly. Thanks you very much. Now, I need to convert "spanish date"-> "31/12/1999" to "1999-12-31"... i will try to make a function.
Bookmarks