Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2020-04-26 00:00:00Z and 2020-04-27 00:00:00Z
Hi, I want to save a date (for example 26th April 2020), and them compare it to another date (for example 20th May 2020). Is it possible in an easy way? Or do I have to write my own functions that care about things like 29th February etc. I want to have a check like if (date2 >= date1 + x days)