A-Kasaaian / react-advance-jalaali-datepicker

An advance Jalaali (shamsi, persian) datepicker containing multiple datepicker types such as, range datepicker
MIT License
87 stars 17 forks source link

i need to set today date in datepicker or today in preselect ? #24

Closed riazi closed 5 years ago

riazi commented 5 years ago

hi i need in datepicker show today in different style and in pre-select use today tnx for component

A-Kasaaian commented 5 years ago

I will update the README, but meanwhile you can use current-date class to style today. in the calendar you can find today has additional class of current-date .

But inOrder to set today as preselected, it depends on your date system. You should pass the date as preSelected and the format props. This Library is not in charge of your date selection. As I added controlling values from user component, preSelected can not be set statically inside the library.

riazi commented 5 years ago

current-date

tnx