MM/DD/YYYY format display in field on form

joe789

Registered User.
Local time
Today, 11:37
Joined
Mar 22, 2001
Messages
154
Greetings:

Having created a form with the date format, the fields automatically provides an input mask of MM/DD/YYYY as you enter the data. But once the data is entered, its format changes to MM/DD/YY. Is it possible to force this field to display MM/DD/YYYY as oppossed to MM/DD/YY. The input mask is excellent (99/99/0000;0;_), and when someone types in the date, it is in the MM/DD/YYYY format. But as soon as someone moves to a different field on the form, presses enter, or navigates to a different record, the date is in the format MM/DD/YY?

Thank you for helping me,

JM

[This message has been edited by joe789 (edited 04-30-2001).]
 
The input mask property is used to control how data must be formatted for input.

The format property is used to control how data is displayed (an output format).

Add a format property to the control.
 

Users who are viewing this thread

Back
Top Bottom