usnistgov / NEMO

NEMO is a laboratory logistics web application. Use it to schedule reservations, control tool access, track maintenance issues, and more.
Other
126 stars 62 forks source link

Datetime picker: First day of the week. #234

Closed r-xyz closed 3 weeks ago

r-xyz commented 4 weeks ago

Closes #231.

Implement first day of week in datetimepicker calendar.

r-xyz commented 4 weeks ago

PS: I think it is complete, but please double check I did not miss any of the templates.

rptmat57 commented 4 weeks ago

is there any way to do it without editing every single template? what about adding it to context processor and using it in base.html?

r-xyz commented 4 weeks ago

Thanks for the fast feedback. It did not work the first time I tried, probably because I did not load it right after moment.js. It works now, and it is much easier to maintain.

r-xyz commented 3 weeks ago

Thanks, I missed that.

Changes implemented. :)

rptmat57 commented 3 weeks ago

Thank you!