I'm trying to convert text from a div on a website to a date variable, to be able to sort the divs on date descending.
However I'm having issues with the month october:
datetest = new Date("10 oktober 2020");
What am I doing wrong?
All other months work, except oktober.