It's a question I have for some time and I can not find an answer anywhere on the internet (I looked here and SOen).
Given the following code:
var hoje = new Date(2018, 08, 07).toLocaleDateString();
var dataQualquer = '08/05/2018';
if(dataQ...
asked on
07.08.2018 / 21:56