Skip to content

Commit

Permalink
Update README-en.md
Browse files Browse the repository at this point in the history
fix(Readme): improve separatorChars option in README-en
  • Loading branch information
alisalehi1380 authored Aug 21, 2023
1 parent 3307fe7 commit 3940db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Key | Default | Description
`autoHide` | true: bool | Auto hide after click out of datepicker or input
`hideAfterChange` | true: bool | hide after choose a dateTime
`useDropDownYears` | true: bool | Can choose year with Dropdown
`separatorChars` | date,between,time | Separator between date and time as well as between year, month, and day
`separatorChars(option)` | date: `'/'` <br/> between: `' '` <br/> time: `':'` | Separator between year, month, day <br/> Separator between date and time <br/>Separator between hour, min, sec
`persianDigits` | false: bool | replacing English letters with Persian Unicode characters
`minDate` | `null`: string | Date minimum specifier. It is the current day if it equals `today`. If not, it is equivalent to the `data-attribute-jdp-min-date`
`maxDate` | `null`: string | Date maximum specifier. It is the current day if it equals `today`. If not, it is equivalent to the `data-attribute-jdp-max-date`
Expand Down Expand Up @@ -186,4 +186,4 @@ jalaliDatepicker.startWatch({



## [Changelog](/ChangeLog-en.md)
## [Changelog](/ChangeLog-en.md)

0 comments on commit 3940db3

Please sign in to comment.