5 May
2009
5 May
'09
7:11 a.m.
Hi xwiki-users, Just wondering if it's possible to add a macro inside a code macro? What I want to do is something like this: {{code language="sql"}} select * from xyz where from_date = '{{date-macro date="-1b" format="yyyyMMdd"/}}' -- The date-macro returns the last business date in yyyyMMdd format {{/code}} Thanks in advance!