java - How can I find the most recent month end date with Joda time? -


The expiration date for one month is a one-month date, which is the last non-weekend and non-holiday day of the month. How can I get the most recent last month's expiry date with Joda time? For example, today's response will be Friday 28th May, because the month of May was the end and the most recent month of the end of May.

datetime. DayoffmonthGetmaximumview () returns on the last day of the month. To check this, get the day of the week on that day whether it is in the weekend.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -