Text Box TF Directive
Syntax
%TF= Format_String %
|
Argument |
Type |
Description |
|
Format_String |
C |
A date or time format as Defined by Date Format Codes and Time Format Codes. |
Description
The TF directive precedes a time or date format. When you have multiple directives in a format string, you separate them with semi-colons ";".
Example
The following script displays a dialog with the current date and time. [Picture]
|
dim t as T t = now() ui_dlg_box(""," [%TF=M/d/y%.20t] [%TF=h:mm:0s am%.20t]") |

See Also
Xdialog Language Directives and Operators, Text Box T Directive, Text Box Syntax, Date and Time Format Elements
Supported By
Alpha Five Version 6 and Above