Date Reference List

The OpusScript Date functions are:

 

Function Name:

Description:

Date.parse

Returns the number of milliseconds since 1/1/1970

getDate

Return the day of the month

getDay

Return the day of the week

getFullYear

Return the year

getHours

Return the hour

getMilliseconds

Return the number of milliseconds

getMinutes

Return the minutes

getMonth

Return the month

getSeconds

Return the seconds

getTime

Return the number of milliseconds since 1/1/1970

getTimezoneOffset

Return the difference between local time zone and universal time in minutes

getUTCDate

Return the day of the month in universal time

getUTCDay

Return the day of the week in universal time

getUTCFullYear

Return the year in universal time

getUTCHours

Return the hour in universal time

getUTCMilliseconds

Return the number of milliseconds in universal time

getUTCMinutes

Return the minutes in universal time

getUTCMonth

Return the month in universal time

getUTCSeconds

Return the seconds in universal time

setDate

Set the day of the month

setFullYear

Sets the year

setHours

Sets the hour

setMilliseconds

Sets the number of milliseconds

setMinutes

Sets the minutes

setMonth

Sets the month

setSeconds

Sets the seconds

setTime

Sets the time since 1/1/1970 in milliseconds

setUTCDate

Sets the date in the month in universal time

setUTCFullYear

Sets the full year in universal time

setUTCHours

Sets the hour in universal time

setUTCMilliseconds

Sets the number of milliseconds in universal time

setUTCMinutes

Sets the number of minutes in universal time

setUTCMonth

Sets the month in universal time

setUTCSeconds

Sets the seconds in universal time

toGMTString

Converts the Date object to a string adjusted to GMT (Greenwich Mean Time)

toLocaleString

Converts the Date object to a string adjusted to local time zone

toString

Converts the Date object into a string

toUTCString

Converts the Date object into a string adjusted to universal time

valueOf

Returns the value of the Date object as a number of milliseconds

 

Related Topics:

OpusScript Reference List

Database Reference List

Math Reference List