Skip to content

Instantly share code, notes, and snippets.

@aadennis
Created June 5, 2018 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aadennis/ec22582a1c3c57f16de2eacd43662648 to your computer and use it in GitHub Desktop.
Save aadennis/ec22582a1c3c57f16de2eacd43662648 to your computer and use it in GitHub Desktop.
date time utils
Public Function GetFormattedDateTime()
Dim formattedNow As String
formattedNow = Format(Now, "yyyymmddhhnnss")
GetFormattedDateTime = formattedNow
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment