jalali
jalali copied to clipboard
Add new methods
Hi,
This PR introduces several new methods to the package. The added methods are as follows:
getFirstDayOfQuarter
: Retrieves the first day of the current quarter.
getEndDayOfWeek
: Retrieves the last day (Friday) of the current week.
getEndDayOfMonth
: Retrieves the last day of the current month.
getEndDayOfYear
: Retrieves the last day of the current year.
getEndDayOfQuarter
: Retrieves the last day of the current quarter.
getQuarter
: Retrieves the quarter (1, 2, 3, or 4) of the current date.
These methods enhance the functionality of the package by providing convenient ways to obtain specific dates such as the beginning or end of a quarter, week, month, or year. Feel free to review and provide feedback on the changes.