Copy Code Dim strDate as string = "04/08/2008 00:00:00" String.Format("{0:dd MMM yyyy}", DateTime.Parse(strDate, New System.Globalization.CultureInfo("en-GB"))) 'Output will be "04 Aug 2008"