Skip to content

Commit

Permalink
Merge pull request #185 from taha-moghaddam/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
morilog authored Jan 4, 2025
2 parents 9c3216e + 9dbecd9 commit 2945551
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,14 @@ $date = Jalalian::now()->lessThanOrEqualsToCarbon(Carbon::now()))

```

---
```php
public function getFirstDayOfWeek(): bool

$date = (new Jalalian(1403, 10, 14))->getFirstDayOfWeek()
// output: 1403, 10, 8

```
---
```php
public function isStartOfWeek(): bool
Expand Down

0 comments on commit 2945551

Please sign in to comment.