samanzamani / PersianDate

Persian date for android
BSD 3-Clause "New" or "Revised" License
328 stars 40 forks source link

Next day of month #60

Closed mhmm2005 closed 2 years ago

mhmm2005 commented 2 years ago

How to get the next day of Shamsi date, is it available in this library?

samanzamani commented 2 years ago

Hi @mhmm2005 You can use tomorrow or addDay(int numberOfDay) methods.

PersianDate pDate = new PersianDate();
PersianDate tomorrow = pDate.tomorrow();//It returns tomorrow as PersianDate object
pDate.addDay(1);//It changes pDate object to tomorrow