Tagged Questions
16
votes
12answers
114k views
How to convert DateTime to VarChar
I am working on a query in Sql Server 2005 where I need to convert a value in DateTime variable into a varchar variable in 'yyyy-mm-dd' format (without time part).
Please help, thanks.
3
votes
13answers
3k views
performing datetime related operations in PHP
how do you actually perform datetime operations such as adding date, finding difference, find out how many days excluding weekends in an interval? i personally started to pass some of these operations ...