I have the following question. I have to capture two dates, one being today and the other being 15 days behind. To get the date of the day I did the following.
function dateFormat() {
var initialDate = new Date(),
day = initialDate.getDate(),...
asked by
12.12.2017 / 21:06