source:
trunk/doc/src/snippets/patternist/literalsAndOperators.xq
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 196 bytes |
Line | |
---|---|
1 | declare variable $date := fn:current-date(); (: This line should not be part of the example. It exists in order to make the query valid. :) |
2 | fn:current-date() - $date > xs:dayTimeDuration("P365D") |
Note:
See TracBrowser
for help on using the repository browser.