Quote:
Originally Posted by compurandom
Might need to write a template function (in python?) to convert the date. I'll look at that when I get a chance, but I was hoping someone else would chime in...
|
I think you want
Code:
{:'format_date(raw_field('pubdate'), 'yyyyMM')'}
Alternatively
Code:
program: format_date(raw_field('pubdate'), 'yyyyMM')