Hey, > {f:format.date(date:filter.end,format:'{f:translate(key:'format.date')}')} this is almost correct, but you forgot to escape the quotes from the "key" value: {f:format.date(date:filter.end,format:'{f:translate(key:\'format.date\')}')} That should work. -- kind regards, Franz Koch