pratiksh404 / nepalidate

Laravel package to convert AD to BS that can work with carbon.
MIT License
26 stars 4 forks source link

Conversion from English to Nepali is off by one day. #14

Closed kniroj-neupane closed 1 month ago

kniroj-neupane commented 1 month ago

When I convert a date like this $nepaliCurrentDate = NepaliDate::create(Carbon::now())->toBS(); and the current date is August 5, it is giving me Shrawan 22 even though it should be Shrawan 21.

pratiksh404 commented 1 month ago

This problem is solved in the latest release. Please update the package.