Some programmer needs to compare date in the format of dd/mm/yyyy. C# sharp has reach features of handling date but too complicated. So I made this post which helps you to compare date in dd/mm/yyyy format in simple way.
using System.Globalization;
string strFromDate = "16/03/2020";
string strToDate = "20/03/2020";