QTP Script To Get Abbreviated Name of Month
Dim a
a=MonthName(1,true)
MsgBox(a)
Output-Jan
Dim a
a=MonthName(2,true)
MsgBox(a)
Output-Feb
QTP Script To Get Abbreviated Name of Month-VB Script To Get Abbreviated Name of Month
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment