DiscipleTools / disciple-tools-prayer-campaigns

Saturation prayer subscription extension for Disciple.Tools.
Other
2 stars 7 forks source link

Set a default locale for js dates #359

Closed corsacca closed 1 month ago

corsacca commented 1 month ago

Awesome! Thanks @micahmills

micahmills commented 1 month ago

We might look at replacing all the .toFormat() occurrences to .toLocaleString() but I haven't tested that yet

corsacca commented 1 month ago

There are a couple places we're using toFormat as a key. "month": date_time.toFormat('y_MM'), is the main one. That one will need to stay as it is.

micahmills commented 1 month ago

unless we are seeing things that aren't working in a particular locale we probably should leave them as they are.