Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.