Text Box TF Directive
Syntax
%TF= Format_String %
Arguments
- Format_String
Character. 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.
dim t as T t = now() ui_dlg_box(""," [%TF=M/d/y%.20t] [%TF=h:mm:0s am%.20t]")
See Also