'Create a DateTimeFormatInfo object Dim format As New System.Globalization.DateTimeFormatInfo() 'Set the EditModeFormat property of WebDateTimeEditor to the pattern you want WebDateTimeEditor1.EditModeFormat = format.ShortDatePattern 'Set the DisplayModeFormat property of WebDateTimeEditor to the pattern you want WebDateTimeEditor1.DisplayModeFormat = format.LongDatePattern