retrieving data

0
how do i retrieve clients in my project according to their request date and time comparing with the current date
asked
1 answers
0

Within XPath queries you can constrain the results based on the current date with e.g. the following variables. '[%BeginOfCurrentDay%]' '[%CurrentDateTime%]' '[%EndOfCurrentDay%]'

answered