0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Jason Williams 05d199f9b4 Check datatype for date format conversion
Closes #3199
-If datatype is dateTime convert to javascript Date object when
 retrieved from the database.
-Add tests to make sure models and internal API are using Date
 objects for dateTime fields.
-Add tests to make sure the HTTP API is returning ISO 8601
 date strings for dateTime fields.
2014-07-05 19:15:32 +00:00
..
client Merge pull request #3194 from novaugust/title-scratch 2014-07-04 23:19:44 +01:00
server Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js