S550 Date Select Menu

The S550 Tag inserts a menu for selecting a year range.

Application

UI Controls

How to Enter Using the Content Editor Toolbar

This S-Tag cannot be added using the Content Editor toolbar. Add the S-Tag code to the HTML using the Plain Text View.

Luminate CMS Compatible?

Yes, this S-Tag can be added using the Luminate CMS Content Editor.

Format

Parameters

Sample Code

For the following example, the option to be selected is stored in template parameter [[A1]] and the current year is 2010.

Default Usage:

[[S550 : : : SV = [[A1]]]]

This will result in a drop-down menu that runs from 2010to 2019.

Future View Usage:

[[S550 : : : SV = [[A1]]:FV=True]]

This will result in a drop-down menu that runs from 2019 to 2010.

Specific Year Range:

[[S550 : BD = -10 : FD = 10 : SV = [[A1]]]]

This will result in a menu that runs from 2010 to 2019.