To enter date data type as dd/mm/yy and dislay as dd-mmm-yyyy

Harrold

Registered User.
Local time
Today, 09:19
Joined
Mar 17, 2011
Messages
72
Hi

I would like to input the date as 25/12/2011 and have it displayed as 25 Dec 2011.

How can i use the expression to show in input mask?

Thanks
 
Hi.. ;)

Properties / format / format = dd mmm yyyy
 
Hi Taruz,

Thanks for your reply.
But I dont see format in properties sheet.
 
You need to make sure that the control (textbox) on your form is highlighted to set the format for it. If you don't highlight it, by default, the properties open up to Detail.
 
Hi all,

I managed to change the format in form, but the format in table still remain the same if i enter data using table. How can i change the data format in table?

Thanks
 
Tables are for storing data not for entering it into or displaying it so the format of the table display doesn't matter.

Brian
 

Users who are viewing this thread

Back
Top Bottom