Date and Time Manipulation
Includes functions for date and time manipulation.
AddDateTime Function
Adds time to a DATETIME value and returns the new DATETIME.
DateStr Function
Returns the current date.
DiffDateTime Function
Calculates the difference between two DATETIME values.
ElapsedStr Function
Returns the time that has elapsed since the currently executing script began running.
FormatDateTime Function
Formats a DATETIME according to a format string consisting of one or more masks and returns the formatted value as a string.
GetDateTime Function
Captures the current date and time from the host system and returns a DATETIME value.
GetDateTimePart Function
Returns the integer value of a particular part in the specified DATETIME value.
MakeDateTime Function
Generates and returns a DATETIME value constructed from the arguments you supply.
MakeTime Function
Generates and returns a TIME value constructed from the arguments you supply.
ParseDateFormat Function
Parses a string containing a date and validates each component of the date by comparing it to a specified format.
Sleep Function
Pauses execution of the current script for the specified length of time.
TimeStr Function
Returns the current time.
Parent topic:
Functions