Using VBScript, how would you parse the following:
<meta name="DC.Date.Created" content="2002-02-01">
I need to write a script that compares the DC.Date.Created value with the current system date and determine if the page has expired based on how much time has elapsed.
I could easily create a variant with the creation date info but that would seem redundant.
Thanks in advance
chris
<meta name="DC.Date.Created" content="2002-02-01">
I need to write a script that compares the DC.Date.Created value with the current system date and determine if the page has expired based on how much time has elapsed.
I could easily create a variant with the creation date info but that would seem redundant.
Thanks in advance
chris