Friday, April 24, 2009
SQL Server Date Time Format
Most of the developers expect that sql server date time format will behave like VB or .net but the reality is different. The only way to translate a DateTime into a specific format is to convert it to a VARCHAR or other "string" data type. This means that it is no longer a DateTime. It is a VARCHAR. For front end presentation it will be required to format the DateTime whatever circumstances.
Labels:
sql server
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment