Balastrong / myntenance

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

Standardize date formatting across the app #28

Open emanuelegurini opened 3 months ago

emanuelegurini commented 3 months ago

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

Balastrong commented 2 months 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 :)