Try embedded Markup Expressions
(:CurrentYear:{(ftime fmt=%Y when=tomorrow)}:)
Date {$:CurrentYear}-02-14 is a {(ftime fmt="%A"
when='{$:CurrentYear}-02-14')}
Date {$:CurrentYear}-02-18 is a {(ftime fmt="%A"
when="{$:CurrentYear}-02-18")}
Date {$:CurrentYear}-02-18 is a {(ftime fmt="%A"
when={$:CurrentYear}-02-18)}
|
Date 2012-02-14 is a (ftime fmt=%A when='{2012-02-14')}
Date 2012-02-18 is a (ftime fmt=%A when="{2012-02-18")}
Date 2012-02-18 is a (ftime fmt=%A when={2012-02-18)}
|
(:NextYear:{(ftime fmt="%Y" when="next year")}:)
Date {$:NextYear}-02-14 is a {(ftime fmt="%A" when='{$:NextYear}-02-14')}
Date {$:NextYear}-02-18 is a {(ftime fmt="%A" when="{$:NextYear}-02-18")}
Date {$:NextYear}-02-18 is a {(ftime fmt="%A" when={$:NextYear}-02-18)}
|
Date 2013-02-14 is a (ftime fmt=%A when='{2013-02-14')}
Date 2013-02-18 is a Wednesday-02-18")}
Date 2013-02-18 is a (ftime fmt=%A when={2013-02-18)}
|
expression broken because of space in string
{(substr {$:Last} 0 1)}
(:Last:the end:)
|
|
|