makis_best Well-Known Member Licensed User Longtime User Oct 13, 2020 #1 Hi How I can get from the current date the date it was 20 days back? Thank you.
DonManfred Expert Licensed User Longtime User Oct 13, 2020 #2 makis_best said: How I can get from the current date the date it was 20 days back? Click to expand... B4X: dim newdate as long = DateTime.Add(DateTime.Now,0,0,-20) Upvote 0
makis_best said: How I can get from the current date the date it was 20 days back? Click to expand... B4X: dim newdate as long = DateTime.Add(DateTime.Now,0,0,-20)
makis_best Well-Known Member Licensed User Longtime User Oct 13, 2020 #3 Thanks @DonManfred so simple... Sometimes mind just stop Upvote 0