how we can get the next date and previous date
how we can get the previous and next date from a given date
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.
VulpesPosted Sep 9, 2014, 8:36 AM
DateTime prevDay = given.AddDays(-1);