Previous Topic: Updating Results in the CacheNext Topic: Customizing the date_range Parameter


Customizing Time Display in Date Parameters

By default date and date_range parameter types display dates and times to the second (using local format). If this level of precision is not required (e.g. only hours and minutes are required) this can be specified using the time attribute to specify the required precision.

As an example, this parameter will display a date range with times specified as hours and minutes (no second component):

<parameter name="dates" type="date_range" argpos="1" label=" Dates:" time="minute"/>