NuFormat
Posted: Thu Mar 15, 2012 6:17 am
Hey, i have this JavaScript and I want to return me a date to the textfield but instead of date it returns me a number like this 1332047810918
how i can use nuFormat to change it to a date?
can you give me an example?
thx a lot
var today = new Date();
var prwto = today.setDate(today.getDate()+3);
how i can use nuFormat to change it to a date?
can you give me an example?
thx a lot
var today = new Date();
var prwto = today.setDate(today.getDate()+3);