srmagura/goodnight-lead

Account settings: date formatting

Closed this issue · 5 comments

  1. Format used by date picker: 07/21/2015
  2. Format used by Django, when generating the form on the Account settings page: 2015-07-21

Task: change (2) so that it matches (1), in terms of what the user sees

(Unless there is some reason why this is infeasible to do) I would like to display the date as mm/dd/yyyy, as I said when I posted this issue. Sorry if it was unclear.

Reasons for this design decision:

  1. yyyy-mm-dd is not a date format people are used to seeing, so it may be confusing
  2. Registration form uses mm/dd/yyyy and I want date formatting to be consistent across the site.

Actually nvm about reason 2

Actually i don't care

I might change it myself eventually but it's not important enough to warrant an open issue