Microsoft® JScript getUTCDay Method |
Language Reference Version 3 |
Returns the day of the week as stored in a Date object according to Universal Coordinated Time (UTC).
objDate.getUTCDay()
To get the day of the week according to local time, use the getDate method.The value returned by the getUTCDay method is an integer between 0 and 6 representing the day of the week and corresponds to a day of the week as follows:
0 = Sunday
1 = Monday
2 = Tuesday
3 = Wednesday
4 = Thursday
5 = Friday
6 = Saturday
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js79.htm, 2KB, , updated: 1997/9/30 04:45, local time: 2024/10/31 16:42,
3.16.81.14:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/inet/iis/jscript/htm/js79.htm"> getUTCDay Method</A> |
Did you find what you needed? |