QTP获取现阶段系统时间

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