f3ndot / doorprize

A Rails application where cyclists who were "doored" can report their incident for the purpose of gathering statistics
www.doored.ca
MIT License
14 stars 0 forks source link

Make DateTime input pretty and use browser timezone for DateTime objects #26

Closed f3ndot closed 10 years ago

f3ndot commented 10 years ago

Takes care of #23.

Uses browser-timezone-rails to display all Rails datetimes in the browser's timezone (detects in js, sets cookie, filter function applying to all datetimes)..

Created a custom simple_form input for the datepicker. Simple.

screen shot 2013-08-15 at 1 14 37 am