output the value in different formats?
Any chance of supporting something like this in future?
{exp:rangee:numbers start='{current_time format="%Y"}' end='{current_time format="%Y"} + 20'} {value} {/exp:rangee:numbers}
Produces:
2013
2014
...etc...
i.e. output the value in different formats?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Adam on 28 Jan, 2014 03:20 AM
That didn't show up properly - let's try again:
Any chance of supporting something like this in future?
{exp:rangee:numbers start='{current_time format="%Y"}' end='{current_time format="%Y"} + 20'} <option value='{value format="%y"}'>{value}</option> {/exp:rangee:numbers}
Produces:
<option value='13'>2013</option> <option value='14'>2014</option> ...etc...
i.e. output the value in different formats?