I heared from someone that you can adjust one of SQL server settings in order to make deal with (time) datatype as a 12-hour system instead of 24-hour system ??
is that true ?
if is it , then how can I do it ?? cuz I need it badly
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQL stores it date format in the same way regardless of local date time formats
Have a look at this link on using the convert function for date and time if you just need to display in a particular format http://www.mssqltips.com/tip.asp?tip=1145