Skip to content

Instantly share code, notes, and snippets.

@object1985
Created August 18, 2021 17:43
Show Gist options
  • Save object1985/8b485b38b10c23a1a2e15f1d97ea9ae2 to your computer and use it in GitHub Desktop.
Save object1985/8b485b38b10c23a1a2e15f1d97ea9ae2 to your computer and use it in GitHub Desktop.
'時刻表示
Function getNow()
getNow = Format(Date, "yyyy_mm_dd") & "_" & Format(Hour(Time), "00") & ":" & Format(Minute(Time), "00") & ":" & Format(Second(Time), "00")
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment