I need to select a datetime column in a table. However, I want the select statement to return the datetime as a nvarchar with the format DD/MM/YYYY.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Assuming sql server, here is the convert documentation: Looking through that, it looks like you want style 103:
|
|||||||
|
|
This should help. It contains all (or most anyway) the different date formats http://wiki.lessthandot.com/index.php/Formatting_Dates I think you'd be better off handling the string conversion in client if possible. |
|||
|
|
|
|||||||
|