version 1.2

This commit is contained in:
Jonathan Jenne
2017-07-19 17:01:40 +02:00
parent b56c2d0841
commit 13fe3d8cff
27 changed files with 1783 additions and 155 deletions

View File

@@ -0,0 +1,5 @@
Public Class Utils
Public Shared Function ParseShortDate(value As String)
Return DateTime.Parse(value).ToShortDateString()
End Function
End Class