mkermani144 / wanna

💡✔ Wanna is an implementation of a 21st-century to-do list app.

Home Page:https://wanna.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the way of manipulating dates

mkermani144 opened this issue · comments

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.