in reply to Re^6: The joys of bad code
in thread The joys of bad code
I don't have anywhere to test it, but if I remember correctly I *think* that if you do the following, it will return formatted U.S. English regardless of system settings.
(i.e. Use # rather than " to define your dates. It may be SQL I'm thinking of though... If you have a chance to test it, let me know :) )Dim dToday As Date dToday = #10/28/2004# MsgBox format(dToday#,"mmm")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: The joys of bad code
by Anonymous Monk on Oct 28, 2004 at 14:28 UTC |