4 lines
66 B
VB.net
4 lines
66 B
VB.net
|
|
Sub Main()
|
||
|
|
Debug.Print Format(0, "dd mmm yyyy hh:mm")
|
||
|
|
End Sub
|