ASP.NET Calendar - Airline tickets

Departing date
    Select date
 
2020
2021
2022
2023
2024
2025
2026
 

Returning date
    Select date
 
2020
2021
2022
2023
2024
2025
2026
 

Notice that Returning date cannot be earlier than Departing date.

This validation happens automatically by calendar.

ASP.NET

<obout:Calendar runat="server"
                         id="startCal">
</obout:Calendar>


<obout:Calendar runat="server"
                         BeginDateCalendarId="startCal">
</obout:Calendar>