|
-
Jun 27th, 2003, 08:44 AM
#1
Thread Starter
New Member
XML: Compare dates using selectNodes and xpath
Can anyone tell me how it would be possible to compare dates using variables in a VB app with attribute values in a XML node. This is what I have, but it doesn't work.
strXpath = "//time_block[@end_dttm >'" & dtEstStartDtTm & "' and @start_dttm <'" & dtEstEndDtTm & "']"
Thanks,
Rod Yager
Last edited by yags5; Jun 30th, 2003 at 08:31 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|