hi,
is there a way to detect the input locale of the pc so that I can manipulate the dates accordingly?
the problem is in the following line:
myDate = Format(date, "ddd, dd mmm yy")
it works for british locale but if I change it to american it throws an error.
thnx
is there a way to detect the input locale of the pc so that I can manipulate the dates accordingly?
the problem is in the following line:
myDate = Format(date, "ddd, dd mmm yy")
it works for british locale but if I change it to american it throws an error.
thnx