In my ASP.Net (VB Code) that I had 3 variable to store 3 different date.
how can I compare 3 variable to find the last day between 3 date ?
e.g.
date1 = '21/01/2011'
date2 = '31/12/2011'
date3 = '19/09/2011'
the result should be ’31/12/2011′ after comparsion
Thanks
Joe
You can just compare them: