yihangho / SimpleCMS

Programming contest management system
2 stars 3 forks source link

Humanize dates #18

Open piratefsh opened 10 years ago

piratefsh commented 10 years ago
yihangho commented 10 years ago

FYI, currently, there is some JS that detects user timezone and set the value in timezone cookies.

piratefsh commented 10 years ago

Yup, just realized i can do <%= format_datetime(@contest.end, cookies[:timezone]) %>

I can figure out the datetime picker in contest form tho. Not an urgent issue but just would be nice to have.