QTP Script To Get Abbreviated Name of Weekday
Dim a
a=WeekDayName(1,true)
MsgBox(a)
Output-Sun
Dim a
a=WeekDayName(2,true)
MsgBox(a)
Output-Mon
QTP Script To Get Abbreviated Name of Weekday-VB Script To Get Abbreviated Name of Weekday
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment