Datetime format and Sql
Last week, I posted something about Datetime format and SQL, something to help SQL understand any international date format.
Well Jerry Pisk is right, his method is shorter. Use Mydate.ToString("yyyyMMdd"). Short and efficient.
Now just a note to Jerry: no need to use a bossy tone to explain something ! We all learn every day :-)
And yes Jerry I use parameters and not query strings in my code.
Things said nicely are always easier to swallow !