A simple and awesome method:
yourDate.toISOString().split('T')[0]
But be careful! This result based on UTC date and time.
A simple and awesome method:
yourDate.toISOString().split('T')[0]
But be careful! This result based on UTC date and time.
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (3)
I prefer this
It work, thanks dut
To get locale date and time, use
new Date().getTimezoneOffset()in minutes, so it becomes