Object - Methods
Method | Description |
Date.now() | |
getDate | Get the day as a number (1-31) |
getDay | Get the weekday as a number (0-6) |
getFullYear | Get the year as a four digit number (yyyy) |
getHours | Get the hour (0-23) |
getMilliseconds | Get the milliseconds since Jan, 1 1970) |
getMinutes | Get the minute (0-59) |
getMonth | Get the month as a number (0-11) |
getSeconds | Get the second (0-59) |
getTime | Get the time (ECMAScript 5) |
getUTCDate | |
getUTCDay | |
getUTCFullYear | |
getUTCHours | |
getUTCMilliseconds | |
getUTCMinutes | |
getUTCMonth | |
getUTCSeconds | |
Number | |
parseFloat | |
parseInt | |
setDate | Set the day as a number (1-31) |
setFullYear | Set the year (optionally month and day) |
setHours | Set the hour (0-23) |
setMilliseconds | Set the milliseconds (0-999) |
setMinutes | Set the minutes (0-59) |
setMonths | Set the months (0-11) |
setSeconds | Set the seconds (0-59) |
setTime | Set the time (milliseconds since 1 Jan 1970) |
toExponential | |
toFixed | |
toPrecison | |
toString | |
toUTCString | |
valueOf |
© 2020 Better Solutions Limited. All Rights Reserved. © 2020 Better Solutions Limited TopPrevNext