Dear,
How to get number of days in between two dates
I tried below query in SQL.
select DATEDIFF(DAY,'2016-03-11 12:00','2016-03-13 20:00')
its right but i want in decimal format.
Thanks
Basit
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay SaklaniPosted Mar 15, 2016, 6:12 AM
Get number of days between two dates:Get date
Sateesh ArvetiPosted Mar 14, 2016, 7:35 AM
Amit Kumar SinghPosted Mar 14, 2016, 7:34 AM