Question : dropping there year from my date

If the vb.net code:
Today.Date

gives 26/08/2010 in UK date format

how to i format that to be 26/08/10 so drop the 20 from 2010?

Answer : dropping there year from my date

Today.Date.ToString("dd/MM/yy")

Custom Date and Time Format Strings
http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx
Random Solutions  
 
programming4us programming4us