Public Class Utils Public Shared Function ParseShortDate(value As String) Return DateTime.Parse(value).ToShortDateString() End Function End Class