date

Set new value for current date in the opened context.

  • select value for new ‘current_date’ (‘main’, ‘now’, ‘2008-01-25’, ‘[log_at]’, ‘[...]’)
see show, store
<r:date select='[log_at]'>
  <h3>All posts for <r:show attr='current_date' format='%B %Y'/></h3>
  <ul do='posts in project' log='month'>
    <li do='each' do='link'/>
  </ul>
</r:date>