Only date of this month

0
  hello, I have a page where I would like to restrict bookings to only those of the current month,   in the domain model i have this:     DataPrenotazione(date and time) ,HOW SHOULD I set up my xpath?  
asked
2 answers
2
[DataPrenotazione > '[%BeginOfCurrentMonth%]' 
[DataPrenotazione < '[%EndOfCurrentMonth%]'] 

 

answered
0

thanks so much

answered