Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to get the computer date and time jquery

var now = new Date(Date.now());
var formatted = now.getHours() + ":" + now.getMinutes() + ":" + now.getSeconds();
// 20:10:58
 
PREVIOUS NEXT
Tagged: #computer #date #time #jquery
ADD COMMENT
Topic
Name
3+7 =