Description:
Javascript date setUTCDate() method sets the day of the month for a specified date according to universal time.Syntax:
Date.setUTCDate(dayValue) |
Here is the detail of parameters:
- dayValue : An integer from 1 to 31, representing the day of the month.
Return Value:
NAExample:
<html> <head> <title>JavaScript setUTCDate Method</title> </head> <body> <script type="text/javascript"> var dt = new Date( "Aug 28, 2008 23:30:00" ); dt.setUTCDate( 20 ); document.write( dt ); </script> </body> </html> |
Wed Aug 20 23:30:00 UTC+0530 2008
+JavaScript +JavaScript Frameworks Links +Javascript Development +JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn +Javascript Problems +JavaScriptOn +javaScript is a creek in West Virginia in the summe +enJineS +JavascriptU +Javascript Tutor
No comments: