Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
time:get
Retrieves the elapsed time.
Syntax
<time:get name="name" [output="output"]/>Parameters
name (required)
- Specifies a name that is associated with the initial time.
output (optional)
- Specifies a variable name to use for output of the elapsed time. If this parameter is not specified, the elapsed time is streamed.
Description
This tag streams the elapsed time in milliseconds, from when the time was last set.
errno
The value of
errno
is unchanged.Example
The following example streams the elapsed time from
time1
to present:<time:get name="time1" output="elapsed"/> <ics:getvar name="elapsed"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.