Created by: gracewashere
https://trello.com/c/UkczYXFe/58-datetime-fields
Why?
Up until now, dates, times, and datetimes have been displayed in the app looking something like this: 2015-07-31 23:48:57 UTC
.
That's terrible.
Changes:
- Update generators to assign DateTime fields
- Add views for Field::DateTime
- Add datetime table column to Orders for testing
- Add a date/time picker to DateTime fields
- Manually entering dates is difficult, tedious, and error-prone.
Related changes:
- Created the datetime_picker_rails gem based on Bootstrap 3 Datepicker.
Tags: #ruby