I am trying to format dates taken from an Access database according to the local, (ie client's), Regional Settings.
According to the documentation this ought to be achieved with:
Dim DateFormat
DateFormat = FormatDateTime (objRS("date",2)
where 2 represents a short date formated according to the local settings.
It clearly works to some extent since if I use (objRS("date",1) I do get a long date - but it ain't in my local (UK) format.
Any ideas?
Bob Levien
According to the documentation this ought to be achieved with:
Dim DateFormat
DateFormat = FormatDateTime (objRS("date",2)
where 2 represents a short date formated according to the local settings.
It clearly works to some extent since if I use (objRS("date",1) I do get a long date - but it ain't in my local (UK) format.
Any ideas?
Bob Levien