CustomDateTimeFormat
Structure
CustomDateTimeFormat(sFormat: String; dtDateTime: DateTime): String:
Type
Function
Description
This function returns a formatted datetime for the datetime at Parameter 2. The format is specified by Parameter 1.
Parameters: 2
sFormat = format for date/time. See FormatDateTime for formatting options.
dtDate = date. Use 'Date' function for today's date.
Return Value
String |