Skip to content

Commit

Permalink
📝 update-readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuzpandey committed May 12, 2024
1 parent cd29615 commit 26e54af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ php artisan vendor:publish --tag="nepali-date-config"

## Usage

> **Note:** The `toEnglishDate` function has a bug, where it cannot convert dates having a day greater than 31. This is because the package uses the `Carbon` library, which does not support dates greater than 31. This issue will be fixed in the next release.
```php
$engDate = '1996-04-22';
LaravelNepaliDate::from($engDate)->toNepaliDate();
Expand Down

0 comments on commit 26e54af

Please sign in to comment.