Current Path

0
Hi what is the Xpath for getting current month name ?   I want each thought to be displayed according to month in browser? How to do this? [EDIT] In entity my month is stored as Month name see screenshot above
asked
1 answers
0

If your Month object has a number attribute you could use the following: 

[month-from-dateTime('[%CurrentDateTime%]') =$MonthObject/MonthNumber]

answered