DateRangeList
Form plug-in to quickly select a start and end date
Table of Contents
The DateRangeList plug-in (DataSystems.Plugins.DateRangeList) displays as a drop down list that lets you quickly set the value of a begin date and end date.
Properties
- Start Date - The element containing the start date
- End Date - The element containing the end date
Values
To set the value of the plug-in using the default value or rules, the value used should correspond with the following presets:
-
PW
- Previous week (Sunday of last week to Saturday of last week) -
W
- This week (Sunday to Saturday this week) -
PM
- Previous month (1st of last month to last date of month) -
M
- This month (1st of the current month to last date of the month) -
MM
- Since the same date last month -
Q1
- First Quarter of this year (Jan 1 - Mar 31) -
Q2
- Second Quarter of this year (Apr 1 - June 30) -
Q3
- Third Quarter of this year (Jul 1 - Sep 30) -
Q4
- Fourth Quarter of this year (Oct 1 - Dec 31) -
PQ
- The previous Quarter -
Q
- The current Quarter -
Y
- This year -
PY
- Last year -
YY
- Since the same date last year -
CF
- Current Federal Fiscal Year (Oct 1 - Sep 30) -
PF
- Previous Federal Fiscal Year (Oct 1 - Sep 30)
You can specify a custom value using the syntax [Amount to Add][D|W|M|Q|Y]
(e.g. -1m will be the range of today's date minus 1 month).
You can also specify a different start and end date, e.g. PW 5d would be the start of the previous week through 5 days from today.
Examples
There are several forms that use this plug-in such as 175, 176, 263, 276, 464, 465 etc.,