What is the name of the default date format used by MySQL? -
mysql defaults displaying columns of type datetime
using format yyyy-mm-dd hh:mm:ss
. format have name, such rfc 1123 format? how pervasive format among database vendors?
an example of date value displayed in format be: 2013-05-13 12:58:26
it's commonly known iso 8601 format.
Comments
Post a Comment