CurrentDate Function

2
Am working on a tracking system so on the system developers log bugs so on the bug Overview grid i have tab pages that looks like this [New][Old] so on the New tab page i would like to get on the bug created or logged on that day So i have an attribute called dateCreated so on the Xpath i went like [dateCreated = '[CurrentDateTime]' but still all the bugs logged on that day does not go to the tab page so HOW DO I DO THE XPATH TO SHOW ALL BUGS CREATED ON THAT DAY
asked
1 answers
2

[createdDate > '[%BeginOfCurrentDay%]']

answered