diff --git a/README-en.md b/README-en.md index 49369e4..0c13a46 100644 --- a/README-en.md +++ b/README-en.md @@ -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: `'/'`
between: `' '`
time: `':'` | Separator between year, month, day
Separator between date and time
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` @@ -186,4 +186,4 @@ jalaliDatepicker.startWatch({ -## [Changelog](/ChangeLog-en.md) \ No newline at end of file +## [Changelog](/ChangeLog-en.md) diff --git a/README.md b/README.md index 1735833..5897092 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ key | default | description `autoHide` | true | مخفی شدن خودکار هنگام کلیک خارج دیتپیکر یا اینپوت `hideAfterChange` | true | مخفی شدن بعد از انتخاب تاریخ `useDropDownYears` | true | انتخاب سال به صورت DropDown -`separatorChars` | date,between,time | جداکننده بین سال، ماه و روز و بین تاریخ و زمان +`separatorChars(object)` | date: `'/'`
between: `' '`
time: `':'` | جداکننده بین سال، ماه و روز
جداکننده بین تاریخ و زمان
جداکننده بین ساعت، دقیقه و ثانیه `persianDigits` | false | استفاده از کارکترهای یونیکد فارسی به جای کارکترهای انگلیسی `minDate` | null | مشخص کننده حداقل تاریخ. در صورتی که برابر با `today` باشد `روز جاری` است. در صورتی که برابر با `attr` باشد برابر با مقدار `data-jdp-min-date` attrubute است `maxDate` | null | مشخص کننده حداکثر تاریخ. در صورتی که برابر با `today` باشد `روز جاری` است. در صورتی که برابر با `attr` باشد برابر با مقدار `data-jdp-max-date` attrubute است