19h program input & output

Input : Enter any date in formate (DD/MM/YYYY) : 05/03/2010

Output : 
Day = 05
Month = 03
Year = 2010
//////////////////////////////////////////////////////////////

Input : Enter any date in formate (DD/MM/YYYY) : 12/10/2009

Output : 
Day = 12
Month = 10
Year = 2009
//////////////////////////////////////////////////////////////

Input : Enter any date in formate (DD/MM/YYYY) : 22/08/2010

Output : 
Day = 22
Month = 08
Year = 2010
//////////////////////////////////////////////////////////////