Balastrong / myntenance

Your next side project won't fail this time 💡
https://myntenance.vercel.app
10 stars 11 forks source link

Standardize date formatting across the app #28

Open EmanueleGurini opened 3 weeks ago

EmanueleGurini commented 3 weeks ago

I want all dates within the app to be formatted consistently.

Balastrong commented 2 weeks ago

Yep, we definitely need an util function somewhere to format all dates. This would also fix the issue of using toLocaleDateString combined with server side rendering, not ideal.

If anyone wants to pick this issue just let me know :)