php - In what date format does the mysql date datatype return data? -


so, have date stored in mysql date datatype , when come calling

echo $row_myrecordset['date']; // dreamweaver generated 

in date format return date (eg. yy-mm-dd) can use moment.js?

it yyyy-mm-dd, e.g. 2013-07-21 (see mysql reference)


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -