mkermani144 / wanna

💡✔ Wanna is an implementation of a 21st-century to-do list app.
https://wanna.js.org
MIT License
198 stars 30 forks source link

Update the way of manipulating dates #241

Closed mkermani144 closed 6 years ago

mkermani144 commented 6 years ago

A mixture of Unix times and Javascript date objects are used all over the app. This decreases readability and makes the code buggy. It is vital to have some rules for manipulating dates in the app.