I can't get the following to work
{[displayDate(dateRelease);]}
Each model from the store has the property "dateRelease"
I need to get that date and transform it with my displayDate() before displaying it.
When I write the code, I get the error that dateRelease is not found.
How should I proceed?