JavaScript Editor js editor     Web development 



Main Page

Specifies the delimiter for Date and DateTime values displayed in a text box. Available at design time and run time.

Object.DateMark[ = cDateMarkCharacter]

Return Value

cDateMarkCharacter


Specifies the Date and DateTime value delimiter. If cDateMarkCharacter is the empty string, the delimiter is determined by the setting of SET MARK. If cDateMarkCharacter is a space, the delimiter for the current setting of the text box's DateFormat property is used. In the Properties window, use the = command to specify the empty string (= "") or a space (= " ") for the DateMark property.

Remarks

Applies To: TextBox Control (Visual FoxPro)

The DateMark property setting is ignored if the DateFormat property is set to Short or Long.

See Also



JavaScript Editor js editor     Web development