In which format should I put the date and time, for use in the HTML5 input element with datetime type?
datetime
I have tried:
1338575502
with momentjs i use
moment(value).format("YYYY-MM-DDTHH:mm:ss")