QTP获取当前系统时间callgetdate(MyDate)Public function getdate(nowtime)nowtimeLeft(now,14)End Funct
QTP获取当前系统时间
call getdate(MyDate)
Public function getdate(nowtime)
nowtime=Left(now,14)
End Function
QTP获取当前系统时间
call getdate(MyDate)
Public function getdate(nowtime)
nowtime=Left(now,14)
End Function