morilog / jalali

This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in php appliations, based on Jalali (Shamsi) DateTime class.
MIT License
852 stars 107 forks source link

Added diff method #151

Closed omidfarahani closed 2 months ago

omidfarahani commented 1 year ago
morilog commented 1 year ago

These methods will be added in the new major version, soon.

morilog commented 2 months ago

Please fix your styles and use camelCase variable names

omidfarahani commented 2 months ago

As two new methods (getEndDayofMonth and getEndDayOfYear) did the same job which was expected of getLastDayOfMonth and getLastDayofYear, there was no need for my methods. So I closed this request and created a new one including just the diff method.