I am generating a prototype of a page of orders, some of the data of the order is the date which income, which I get in the following way in string
var today = new Date();
var dd = today.getDate();
var mm = today.getMonth()+1; //Enero...
asked by
07.07.2017 / 13:39