Date Format

D

David Patterson

Does anyone know how I can format a Date/Time field to display dates in the
format Jan-2005, Feb-2005 (preferably with a space between month and year
instead of a hyphen) and so on? I have tried using a Medium Date format and
then formatting the Input Mask as LLL-0000 which works fine for input but
when I move to the next field the date reformats as 01-Jan-2005 etc. If I
can do it will the same formatting work in queries, forms or reports?

Thanks,

David
 
R

Rick Brandt

David said:
Does anyone know how I can format a Date/Time field to display dates
in the format Jan-2005, Feb-2005 (preferably with a space between
month and year instead of a hyphen) and so on? I have tried using a
Medium Date format and then formatting the Input Mask as LLL-0000
which works fine for input but when I move to the next field the date
reformats as 01-Jan-2005 etc. If I can do it will the same
formatting work in queries, forms or reports?
Thanks,

David

Use a format property of "mm yyyy". You are not restricted to the "Named"
formats.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top