Name |
Syntax |
Description |
---|---|---|
|
|
Convert to string |
|
|
Returns the numbers contained in a string as a numeric value of appropriate type. If the string does not contain any numbers, 0 is returned. |
|
|
Convert to Double |
|
|
Convert to Integer |
|
|
Convert to date. |
|
|
Returns a string representation of a number. |
|
|
Returns an integer value from 1 to 31 representing the day of the month. |
|
|
Returns an integer value from 0 to 23 representing the hour of the day. |
|
|
Returns an integer value from 1 to 12 representing the month of the year. |
|
|
Returns a string value containing the name of the specified month. MONTH is the numeric designation of the month. For example, January is 1, February is 2, and so on. |
|
|
Returns a date value containing the current date and time according to your system. |
|
|
Returns an integer value from 1 to 9999 representing the year part of a specified date. |
|
|
Returns a date value containing the current date according to your system. |