how to show specific date in datepicker

hello,
I have date picker 

<EjsDatePicker @bind-Value="@EmployeeStatus.StartDate" ></EjsDatePicker>
<EjsDatePicker @bind-Value="@EmployeeStatus.EndDate" ></EjsDatePicker>
first one shows on calendar button click like this:

second one like this:
and if I have only one date picker it shows like first one.
how can I set first one date representation  like second one?

1 Reply

BC Berly Christopher Syncfusion Team March 23, 2020 11:10 AM UTC

Hi Aleqsandre, 

Greetings from Syncfusion support.  

We have checked the provided screenshot and would like to inform you that while setting any value to the DatePicker component it will be rendered based on the provided date value. If the value not given in the DatePicker component, then DatePicker poup shows the current month and today date will be in the highlighted state.  

So, if you want to show the DatePicker as the image 2 representation, there is no necessary to bind the value property to the DatePicker.  

Please refer the below UG documentation to know more about this. 
 
 

Regards, 
Berly B.C

Loader.
Up arrow icon