Back to articles

Tag archive

#date

D
Apr 21, 2024

Date Function in Javascript

Using the Date function without the 'new' keyword will give you a string showing the current date and time. but it does not have all the features of a complete Date object. using it with the 'new' keyword. The Date object instance is created with all functionalities.

Apr 21, 20241 min read6 reactions0 comments