Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding days when you have a calendar Icon
#8
Not Solved
Please try to find out the object properties of the calender and then use 'DateAdd' function to add dates.

Ex:-
Code:
Object = browser("Properties").Page("Properties").Image("Calender Properties")
variable = object.Dateadd("Interval",Number, Date)
msgbox variable

Here Interval represents: "d" or "m" or "Y"
Number represents: how many days or months or years you want to enter
Date represents the date which you have.
Reply


Messages In This Thread
RE: Adding days when you have a calendar Icon - by raja219 - 05-02-2011, 12:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP not recognizing date calendar kQTPs 1 3,613 12-20-2017, 11:21 PM
Last Post: harikrishna
  Pages and Frames adding _1, _2, _3... zunebuggy 1 1,671 05-30-2017, 12:17 AM
Last Post: Vichu M J
  Adding negative amount in webedit Rose 1 2,143 06-30-2016, 09:34 PM
Last Post: babu123
  Adding data into rows that add dynamically with setcelldata azar81 4 5,937 04-13-2015, 05:24 PM
Last Post: vidya2k2
  select a date from pop-up calendar Dertjon 1 5,765 05-13-2014, 02:29 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 2 Guest(s)