SEL-Columbia / dokomoforms

Dokomo どこも Forms is a mobile data collection technology that doesn't suck.
http://dokomoforms.org
GNU General Public License v3.0
22 stars 23 forks source link

Change d to D in moment.js format strings #182

Closed vr2262 closed 8 years ago

vr2262 commented 8 years ago

@jmwohl According to http://momentjs.com/docs/#/displaying/format/ d is day of the week (0 to 6) and D is day of the month.

jmwohl commented 8 years ago

Yep, I'd already made this fix in my branch!

On Mon, Oct 26, 2015 at 2:41 PM, Viktor Roytman notifications@github.com wrote:

@jmwohl https://github.com/jmwohl According to http://momentjs.com/docs/#/displaying/format/ d is day of

the week (0 to 6) and D is day of the month.

You can view, comment on, or merge this pull request online at:

https://github.com/SEL-Columbia/dokomoforms/pull/182 Commit Summary

  • Change d to D in moment.js format strings

File Changes

  • M dokomoforms/static/src/admin/js/account-overview.js (2)
  • M dokomoforms/static/src/admin/js/submission-modal.js (2)

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/SEL-Columbia/dokomoforms/pull/182.

vr2262 commented 8 years ago

Oh. Welp!