understanding Date and time
JavaScript Date & Time - Key Concepts
Every date and time is stored as number representing the millisecond since january 1970,UTC
Javascript does not store dates as separate as number day,month or year values.
it count millisecond (1 second = 1000 ...
akshay-rawal.hashnode.dev3 min read
Rasmiranjan Sahoo
Software developer
good