year - 2 digits

eran185

Registered User.
Local time
Yesterday, 23:02
Joined
May 11, 2007
Messages
55
hey
i have table.
it's define as a Short Date (XX/XX/XXXX)
i want that my date will be like this : XX/XX/XX
how can i define the date ?
 
i have table.
it's define as a Short Date (XX/XX/XXXX)
i want that my date will be like this : XX/XX/XX
how can i define the date ?
RuralGuy's advice about using Format is spot on; it allows a great deal of handy manipulation for dates/times, but I'm confused! A Date field defined in a table as a Short Date is not (XX/XX/XXXX) but rather (XX/XX/XX) which is what you stated you wanted! What kind of difficulty are you having?
 
A Date field defined in a table as a Short Date is not (XX/XX/XXXX) but rather (XX/XX/XX) which is what you stated you wanted!
Negative on that missinglinq. The date is actually stored in the table as a double (number) and Short Date is the formatting that is defined in regional settings on your computer. You can define it to be whatever you want (provided it returns a valid date format). The default shortdate format for Windows is now X/X/XXXX.
 
I'd be careful with short date = short date, as where I reside, it looks like this in Win XP dd.mm.yyyy.

Though, on my Win95 and 98 it's dd.mm.yy.

So - it might be localized, too, in addition to other oddities ;)
 
Another dinosaur! :D Is it true you have anti-freeze reservoirs for your PCs over there:confused:
 

Users who are viewing this thread

Back
Top Bottom