D
Dana809904
Hello,
I am having problems when using a date value coming from text box in a sql
string. The date is in the format mm/dd/yyyy. If the particular day is
less than 10 (probably the month for that matter), it automatically filters
out that 0 and makes it mm/d/yyyy which disallows me to return any values in
my sql statement. It is even doing it when I use CDate(string). I am
wondering what I need to do to keep that 0 in the day (and month) if the case
may be.
Thanks in advance,
Dana S.
I am having problems when using a date value coming from text box in a sql
string. The date is in the format mm/dd/yyyy. If the particular day is
less than 10 (probably the month for that matter), it automatically filters
out that 0 and makes it mm/d/yyyy which disallows me to return any values in
my sql statement. It is even doing it when I use CDate(string). I am
wondering what I need to do to keep that 0 in the day (and month) if the case
may be.
Thanks in advance,
Dana S.