I have a calender control in a web form and once I click on a date I get the
date in a label as:
20/03/2003 I am getting
20=Date
03=Month
2003=Year
I want the date to be displayed with month as to be the first one to be
displayed, how do I do that using format or any other command?
03/20/2003
is what I want.