Error: [$parse:syntax] Syntax Error: Token 'Date' is an unexpected token at column 5 of the expression [new Date() | date:'yyyy-MM-dd HH:mm:ss Z'] starting at [Date() | date:'yyyy-MM-dd HH:mm:ss Z'].
Hello,I want to display the current time. So I use the date filter on a Date instance:{{new Date() | date:'yyyy-MM-dd HH:mm:ss Z'}}