John
January 15th, 1999, 02:57 PM
How can I get the current minute from the operating system?
|
Click to See Complete Forum and Search --> : time evaluation John January 15th, 1999, 02:57 PM How can I get the current minute from the operating system? john January 15th, 1999, 02:57 PM How can I get the current minute from the operating system? January 16th, 2000, 02:06 AM Private Sub Command1_Click() lable1.Caption = Format(Now(), "hh:mm") End Sub Starcraft January 16th, 2000, 02:57 AM label1 = time codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |