Can you set a date data type to be just Jun-04 or May-03 and not 06-01-2004. I just want the Month and year.
I've tried to mess with the input mask and could not do it.
Can it be done? Please, help.
Date/Time fields are always stored as a number in the format ddddd.nnnnn where ddddd is the day number and nnnnn is the decimal part of the day for the time.
To store it in the format you want you need to use a text field and explicitly format the date MyTextDate = Format(mydate,"mmm-yy")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.