Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js set datetime

//new Date(year, month, day, hours, minutes, seconds, milliseconds)
new Date(1776, 6, 4, 12, 30, 0, 0);

// Timestamp method
new Date(-6106015800000);

// Date string method
new Date("January 31 1980 12:30");
 
PREVIOUS NEXT
Tagged: #js #set #datetime
ADD COMMENT
Topic
Name
8+3 =