Skip to content

Instantly share code, notes, and snippets.

@o-eight
Created July 7, 2011 12:26
Show Gist options
  • Save o-eight/1069397 to your computer and use it in GitHub Desktop.
Save o-eight/1069397 to your computer and use it in GitHub Desktop.
Public Function DoWork(ByVal Value As String) As String
Dim retValue As String
retValue = Value
retValue += DateTime.Now.ToString("yyyy/MM/dd")
Return retValue
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment