How to change MySQL date format for database?

前端 未结 6 1665
执念已碎
执念已碎 2020-12-18 07:57

We are using a MySQL database with FileMaker. It appears that when FileMaker is reading the MySQL tables, it will only accept dates in the format of m/d/y.

Is there

6条回答
  •  悲哀的现实
    2020-12-18 08:27

    I don't think you can, see Changing MySQL's Date Format.

    There are system variables called date_format and datetime_format that look promising, but if you try to set them, you'll get an error, and the documentation say they are 'unused'.

提交回复
热议问题