Quote:
Originally Posted by flasunco
Thank you very much for the help. Seems I must have missed the different modes when using the functions.
One problem left: using
Code:
({pubdate:format_date('yyyy')})
the year is output as a string including the apostrophes:
To get rid of the apostrophes, I've tried format_number(), without success though.
Thanks in advance.
|
Just remove the apostrophes in the format_date() call.