Functions by Category Functions by Alphabetical list
FormatDateTime([DateTime]) |  |
This function returns a formated string based upon the passed in datetime. The datetime format is defined in the preferences. Examples Output FormatDateTime(Now(DateTime))#outputs a formatted string of the datetime now
Related functions: DateTime , Time , Second , Minute , Hour , Month , Year , DayOfWeek , DayOfMonth , DayOfYear , WeekOfYear , NewHour , NewDay , NewWeek , NewMonth , NewYear , Monday , Tuesday , Wednesday , Thursday , Friday , ValidateDateTime , AddDeltaDHMS , AddDeltaYM , DeltaDateTime
|