6 lines
72 B
Text
6 lines
72 B
Text
|
|
Public Sub Main()
|
||
|
|
|
||
|
|
Print Format(Now, "dddd dd mmmm yyyy hh:nn:ss")
|
||
|
|
|
||
|
|
End
|