How do I get the day of the week from a timestamp in JavaScript? I'd like to get this from a timestamp I specify, not the current date.
Thanks
|
How do I get the day of the week from a timestamp in JavaScript? I'd like to get this from a timestamp I specify, not the current date. Thanks |
|||||||||||||
|
|
|||
|
|
|
If timestamp is in milliseconds, then:
|
|||
|
|
|
Try out the following:
|
||||
|
|