Friday 2 August 2013

How to find the name of the month of given date in QTP?

You can find the name of the month like January, February etc from a given date using below code.

There are 2 functions which help you find the name of month.

1. month(anyvalid_date)  -  returns the numeric representation of month .
2. monthname(intX)         - returns human readable month name like January, February etc

print monthname(month(now))

Above statement will print the current month name of the system.

print monthname(month("09-jan-1986"))
'Will print january

To get the month name in abbreviated form use below statement
print monthname(month("09-jan-1986"), true)
'Will print Jan.
Thus when you pass the second parameter as true, you will get the month name in 3 letter format like Jan, Feb etc.

Above statement will print the name of the month for the date 09-jan-1986.

Numeric representation of month is given below


1 - January(default)
2  - February
....and so on......



This is how you can find the name of the month for given date in QTP and vbscript.


Please find below more questions and answers on date and time in QTP.

  1. How to extract date part from timestamp in QTP?
  2. How to find the name of month of given date in QTP?
  3. How to extract time part from given date in QTP?
  4. How to extract the second part from given time stamp in QTP?
  5. Explain dateadd function in qtp with Example.
  6. How to find future date in qtp?
  7. How to get the system date in qtp?
  8. How to verify the date format in qtp?
  9. How to find the yesterday's date in qtp
  10. How to find the date difference in qtp
  11. How to get the current system date in qtp?
  12. How to get the current year in qtp?
  13. How to find the name of week day for given date in QTP?
  14. Explain now function in qtp.
  15. Explain the datediff function in qtp.



Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.

No comments:

Post a Comment

Please Leave your reply. We value your feedback and inputs

Best QTP Books

Everything About QTP

Hello Friends,
You can find QTP study material, Multiple choice questions (mcq), QTP question bank, QTP question papers, QTP notes, QTP questionnaire, scenario based QTP interview questions, QTP tutorial and QTP training on this site.

If you are a fresher or experienced QTP professional with (1/2/3/4) years of experience, this blog is just for you.