How can I use .NET DataSet.Select method to search records that match a DateTime? What format should I use to enter my dates in?
|
|
The best method is dd MMM yyyy (ie 15 Sep 2008). This means there is no possiblity of getting it wrong for different Locals.
You can use the DateFormat function to convert to long date format as well and this will work fine too. |
||
|
|
|
|
I use the following for the SQL Select:
|
||
|
|
