Created
March 5, 2018 04:00
-
-
Save DuongAQ/e66a8ff1f8bf773ec714fc4b48f58862 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Time_01() 'Xác định ngày hiện tại | |
Dim a As Date | |
a = Date | |
MsgBox a | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment