I have this arrangement:
var arr = ["2018-06-07","2018-06-30","2018-06-01","2018-06-21","2018-07-20"];
And I need to get the maximum and minimum date with javascript, I have tried with this function:
var min = new Date(Math.max.apply(null...
asked by
20.06.2018 / 21:37