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

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

c# - ReportViewer control - axd url -

time series - R growth rate calculation week over week on daily timeseries data -