Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed May 18, 2024
1 parent 3398200 commit cf0e209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Complete config reference:

| Key | Type | Description | Example |
|-----------------------|------------------|---------------------------------------------------------------------------------------------|----------------------------------------|
| calendarIsGregorian | boolean | set this to `true` if you want gregorian calendar. default: `false` | true |
| dateValue | FormControl | use this if you don't need a html input | dateValue: FormControl |
| dateInitValue | boolean | if no dateValue provided use today as init value. default: `true` | true |
| dateIsGregorian | boolean | is dateValue gregorian?. default: `false` | false |
Expand Down
1 change: 1 addition & 0 deletions projects/ng-persian-datepicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Complete config reference:

| Key | Type | Description | Example |
|-----------------------|------------------|---------------------------------------------------------------------------------------------|----------------------------------------|
| calendarIsGregorian | boolean | set this to `true` if you want gregorian calendar. default: `false` | true |
| dateValue | FormControl | use this if you don't need a html input | dateValue: FormControl |
| dateInitValue | boolean | if no dateValue provided use today as init value. default: `true` | true |
| dateIsGregorian | boolean | is dateValue gregorian?. default: `false` | false |
Expand Down

0 comments on commit cf0e209

Please sign in to comment.