Hi,
How to show date in text box like 12/27/2012 03:14 PM using calender extender
and how to stroe this date in databse
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dinesh BhatPosted Nov 8, 2012, 6:34 AM
For best way pass as a string to stored procedure and type cast as a DateTime.
Some time you may receive error when convert string to datetime in ASP.NET.