
Provides a work around to the fact that by default Access and SQL Server store dates in US format.If you've ever written a script that needs to UPDATE or INSERT Date values in a database AND you live outside of North America, then I'd nearly bet that (like me) you've stayed up until midnight cursing the fact that all dates in SQL Server and MS-Access are natively converted from US date format ( mm/dd/yyyy ).
|