Ask a Question related to ASP.NET General, Design and Development.
-
Simple Simon #1
DateTime driving me nuts
Hi,
I have this: 7/28/2003 3:41:57 PM in a datetime column in
Sql2000...When I read it in, and Convert.ToDateTime, I loose the time.
I need to compare the date AND time in my application.
Help? TIA - Gordon
Simple Simon Guest
-
Please help - this has been driving me nuts!
Hi I am attempting to port a CDROM project to the web. The progress bar loads fine - and just before the movie kicks off - I get a dialog box... -
preg_replace driving me nuts!
I've got code to blindly remove '<.*?>' from email messages. It works if I dump the message to a file and then read it in. If I just work on the... -
Driving me nuts
tony kulik wrote: Just change if (!$modul == "") to if ($modul != "") ... operator precedence is probably causing some unexpected behavior there. -
format driving me nuts
I'm trying to return a number without any commas or currency symbol. in my script i put dim mstr as string mstr =... -
xp_cmdshell driving me nuts! Experts please help!
Hi, I've been struggling with this for days now with limited sucess. Manybe you guys can help out. All this would be effortless in Oracle/Unix... -
Simple Simon #2
Re: DateTime driving me nuts
nm...i found the problem...i was formatting the string later as {0:d}
instead of {0:G}...duh!
On Mon, 28 Jul 2003 16:02:35 -0700, Simple Simon
<reply@newsgroup.only> wrote:
>Hi,
>I have this: 7/28/2003 3:41:57 PM in a datetime column in
>Sql2000...When I read it in, and Convert.ToDateTime, I loose the time.
>I need to compare the date AND time in my application.
>
>Help? TIA - GordonSimple Simon Guest



Reply With Quote

