Glenn Rathke
|
| Posted: 11/13/2002, 9:51 PM |
|
Using:
SQL Server
..Net VB
I have a datetime stamp but am only interested in the date portion. I have
the field format set to short date... and yet when I enter just a date in
the field, and error is displayed saying the format needs to be m/d/yyyy
hh:mm:ss
How can I make this work so I only enter the date and not the time>
Thanks
Glenn
|
|
|
 |
Ramin Gharakhanzadeh
|
| Posted: 11/14/2002, 12:14 AM |
|
Select the SQL Server date format for the property DBFormat. as example
"mm-dd-yyyy hh-mm-ss". It works for me.
Good luck
"Glenn Rathke" <grathke@attbi.com> wrote in message
news:aqvdll$ate$1@news.codecharge.com...
> Using:
> SQL Server
> .Net VB
>
> I have a datetime stamp but am only interested in the date portion. I have
> the field format set to short date... and yet when I enter just a date in
> the field, and error is displayed saying the format needs to be m/d/yyyy
> hh:mm:ss
>
> How can I make this work so I only enter the date and not the time>
>
> Thanks
> Glenn
>
>
|
|
|
 |
|