Hi
I can able to get the datatime in the following format.
9/27/2012 1:35:00 PM
how do i store this valie in the table in the sql.
Please let me know if this is not clear.
Thanks.
No you cannot, in SQL Server the DateTime is 24 hour format. You can easily Format DateTime as needed in code
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.