Skip to content

Commit 2945551

Browse files
authored
Merge pull request #185 from taha-moghaddam/patch-1
Update README.md
2 parents 9c3216e + 9dbecd9 commit 2945551

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,14 @@ $date = Jalalian::now()->lessThanOrEqualsToCarbon(Carbon::now()))
393393

394394
```
395395

396+
---
397+
```php
398+
public function getFirstDayOfWeek(): bool
399+
400+
$date = (new Jalalian(1403, 10, 14))->getFirstDayOfWeek()
401+
// output: 1403, 10, 8
402+
403+
```
396404
---
397405
```php
398406
public function isStartOfWeek(): bool

0 commit comments

Comments
 (0)