I have the following script as part of a wintimer which lists the full time, can someone please help with a script that lists only minutes and seconds.
Removing the hh does not work as then the minutes always display as 06 for some reason.
Removing the hh does not work as then the minutes always display as 06 for some reason.
Code:
Dim strTime As String
strTime = Format$(Now(), "hh:mm:ss")
'strTime = Format$(Now(), "h:mm:ss am/pm")