Hi
I can filter dataset with the month of a date parameter this way:
parseInt(params["annee_mois"].value.getMonth() + 1)
But it doesn't work (table show nothing: empty) when I try with year
parseInt(params["annee_mois"].value.getFullYear)
Idea?
Martin