sufone / layl

🌙 Calculator for tahajjud, qiyam, and worship & sleep in an Islamic night!
https://layl.app
GNU Affero General Public License v3.0
21 stars 3 forks source link

Remove day.js as much as possible, use native date formatting #57

Open mr-islam opened 3 years ago

mr-islam commented 3 years ago

The native date formatting is amazing, and we should investigate it way more, specially for things like the simple date view.

For time calculations and display, we can keep more day.js I guess. (Changing this is a pain and needs loads of testing)

mr-islam commented 3 years ago

Just realized… this will help a lot with adding more languages! Since we don't need to manually import day.js support and also add to our bundle size. Rather, it would be built into the browser! (Also, check for browser support for this stuff!)