Skip to end of banner
Go to start of banner

Examples - Date Field Selection

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary

This example shows a field by field selection to create a date. The starting date is select based on the current time (this requires release 4.8 or above).

Wiki Markup

Cut and paste into the Insert Markup dialog to get started.

{run:autoRun=true|replace=
date::Date:group,
year:$current_time(yyyy):Year:integer-select:2015:2020,
month:$current_time(MM):Month:select::01:JAN:02:FEB:03:MAR:04:APR:05:MAY:06:JUN:07:JULY:08:AUG:09:SEPT:10:OCT:11:NOV:12:DEC,
day:$current_time(d):Day:integer-select:1:31}
 
Date: $year-$month-$day
 
{run}

 

 

 

  • No labels