jalali icon indicating copy to clipboard operation
jalali copied to clipboard

Add new methods

Open alissn opened this issue 1 year ago • 0 comments

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.

alissn avatar Jan 04 '24 19:01 alissn