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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -