Hello,
I'm monitoring a web site and some of the pages need a post with some parameters that contain a date. Specificaly (yesderday) and (30 days ago).
Here is an example of what is posted:
start=Mon Sep 16 2013 11%3A23%3A07 GMT-0400 (Eastern Standard Time)
end=Wed Oct 16 2013 11%3A23%3A07 GMT-0400 (Eastern Standard Time)
I was wondering if there is, or if I could create something like:
start={date -1}
end={date -30}
Also, I tested and the format: 'yyyy/mm/dd' seems to work.
Thanks,
-Glen
I'm monitoring a web site and some of the pages need a post with some parameters that contain a date. Specificaly (yesderday) and (30 days ago).
Here is an example of what is posted:
start=Mon Sep 16 2013 11%3A23%3A07 GMT-0400 (Eastern Standard Time)
end=Wed Oct 16 2013 11%3A23%3A07 GMT-0400 (Eastern Standard Time)
I was wondering if there is, or if I could create something like:
start={date -1}
end={date -30}
Also, I tested and the format: 'yyyy/mm/dd' seems to work.
Thanks,
-Glen
Comment