Re: [DotNetDevelopment] string was not recognized as a valid datetime.

2011-12-07 Thread ahmed y
Dim d As New Date(2011, 3, 22) d.ToLongDateString() d.ToLongTimeString() d.ToShortDateString() d.ToShortTimeString() d.* OR Format(d,"MM/dd/ hh:mm:ss tt") 2011/12/3 Ganesh S > ok, i clearly explai u. > > > > I have load Date only(12/31/2011) in txtDateFrom from a datepicker. > > I ha

[DotNetDevelopment] string was not recognized as a valid datetime.

2011-12-04 Thread Ganesh S
ok, i clearly explai u. I have load Date only(12/31/2011) in txtDateFrom from a datepicker. I have select Time from Two dropdown 1 for Hour and one for Mins. Now i need to pass these date and Time as a single parameter to a stored procedure ok. So before i pass this parameter i need to join t