source: trunk/doc/src/snippets/patternist/literalsAndOperators.xq

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 196 bytes
Line 
1declare variable $date := fn:current-date(); (: This line should not be part of the example. It exists in order to make the query valid. :)
2fn:current-date() - $date > xs:dayTimeDuration("P365D")
Note: See TracBrowser for help on using the repository browser.