Dealing with Dates (again)
- From: "Webbiz" <noreply@xxxxxxx>
- Date: Wed, 30 Jan 2008 19:13:46 -0600
I've got a FlexGrid where I want to put dates across the top row.
I'm only interested in part of the date, however.
For example, I may only want to put the month and day and leave off the
year.
Ex: mm/dd
This is easy, except for one thing I'm not sure of.
If someone is using the program from a country that puts the day ahead of
the month, how would I code the program to detect this and adjust this?
Ex: dd/mm
If I use Format(MyDate, "mm/dd"), it will be wrong for areas that use dd/mm.
Thanks.
Webbiz
.
- Follow-Ups:
- Re: Dealing with Dates (again)
- From: Bob Butler
- Re: Dealing with Dates (again)
- From: Karl E. Peterson
- Re: Dealing with Dates (again)
- Prev by Date: Re: Clear Multidimensional Array Struc
- Next by Date: Re: INKEY$
- Previous by thread: Re: INKEY$
- Next by thread: Re: Dealing with Dates (again)
- Index(es):
Relevant Pages
|