Changes

Jump to: navigation, search

JavaScript Date Object

3 bytes added, 15:13, 8 May 2007
Setting Specific Properties of a Date Object Instance
<tr>
<td>setMonth()<td>Sets the month of the year. Note that that this is a zero based value (i.e 0 = January)<td>myDate.setMonth(10)</td>
<tr><td>setFullYear()<td>Sets the year. N<td>myDate.setMonth(2010)</td>
</table>

Navigation menu