Oct 1, 2007 #1 joycexml Technical User Oct 1, 2007 1 US Can anyone tell me how I can make a date element that would be after today. Since 'today' is dynamic and changes daily how could I do this? Thanks, Joyce
Can anyone tell me how I can make a date element that would be after today. Since 'today' is dynamic and changes daily how could I do this? Thanks, Joyce
Oct 2, 2007 #2 JontyMC Programmer Nov 26, 2001 1,276 GB With XPath 1.0 you will have to pass it in as a parameter, or use a proprietary extension. XPath 2.0 you can use the current-date() function: http://www.w3.org/TR/xpath-functions/#func-current-dateTime Jon "I don't regret this, but I both rue and lament it. Upvote 0 Downvote
With XPath 1.0 you will have to pass it in as a parameter, or use a proprietary extension. XPath 2.0 you can use the current-date() function: http://www.w3.org/TR/xpath-functions/#func-current-dateTime Jon "I don't regret this, but I both rue and lament it.