Microsoft® JScript getMonth Method |
Language Reference Version 1 |
Retrieves the month value of the Date object according to local time.
objDate.getMonth()
To get the month value according to Universal Coordinated Time (UTC), use the getUTCMonth method.The getMonth method returns an integer between 0 and 11 indicating the month stored in the Date object. The integer returned is not the traditional number used to indicate the month. It is one less. If "Jan 5, 1996 08:47:00" is stored in a Date object, getMonth returns 0.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js64.htm, 2KB, , updated: 1997/9/30 04:44, local time: 2024/10/31 16:53,
3.149.231.97: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/js64.htm"> getMonth Method</A> |
Did you find what you needed? |