Skip to content Skip to sidebar Skip to footer

Get date and time using javascript

     Javascript have Date() method for getting current time and date.

syntax

     var Today=new Date();



Example Program:- (Editor)


Editor is Loading...

Advertisement

Post a Comment for "Get date and time using javascript"