I have the following problem:
We need to find the next august. I other words if we are 2009-09-01 we need 2010-08-31 if we are 2009-06-21 we need 2009-08-31.
I know I can check if today is smaller than august 31 but I was wondering if there is an other possibility.
1 Answer