You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, we've been getting by with only a DATE_FORMAT specified, which formats full datetimes.
We're getting into applications which have fields that are only a date, or only a time. We need to create DATE_FORMAT, TIME_FORMAT, and DATETIME_FORMAT. We'll need to update the ActiveRecord base class to use the new DATETIME_FORMAT.
The text was updated successfully, but these errors were encountered:
inghamn
changed the title
Add specif formats for DATE and TIME
Add specific formats for DATE and TIME
May 18, 2015
So far, we've been getting by with only a DATE_FORMAT specified, which formats full datetimes.
We're getting into applications which have fields that are only a date, or only a time. We need to create DATE_FORMAT, TIME_FORMAT, and DATETIME_FORMAT. We'll need to update the ActiveRecord base class to use the new DATETIME_FORMAT.
The text was updated successfully, but these errors were encountered: