function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rasbehari DasRasbehari Das 

How to do Start Date and End Date Validation using date picker in LWC

Two date picker, Start Date and End Date.
End date should always be more than or equal to start date.
Once I select Start date is
     Ex :- 05-06-2020 
Then End Date should be 
     Ex :- 05-06-2020 OR 08-06-2020..........
In End Date picker before 05-06-2020 dates are disable.

Help me please.
Thank You 
VinayVinay (Salesforce Developers) 
Hi Rasbehari,

Check the below examples that can help you with your implementation.

https://sfdcmonkey.com/2017/12/26/validation-past-date-lightning-component/
https://www.sfdcstop.com/2018/03/salesforce-lightning-tutorial-part-5.html

Thanks,
Vinay Kumar