Format Property
Specifies the edit format string for a TextBox|TimePicker control

 

 

  

Syntax:

 

Format <cFormat>

 

 

TextBox control

 

Format String (Allowed in Numeric Textbox Only): 

 

      C :   Displays CR after positive numbers

      X :   Displays DB after negative numbers

      ( :   Encloses negative numbers in parentheses

      E :   Displays numbers in British format

 

 

TimePicker control

 

_TIMELONG24H   : 24 Hour Long Format

_TIMESHORT24H  : 24 Hour Short Format

_TIMELONG12H   : 12 Hour Long Format (am|pm)

_TIMESHORT12H  : 12 Hour Short Format (am|pm)