QTP获取当前系统时间

call  getdate(MyDate)
Public function getdate(nowtime)
   nowtime=Left(now,14)
End Function

你可能感兴趣的:(function)