|
<f:milliseconds> |
Standard JET2 Format Tags |
|---|
milliseconds
Writes out a current system milliseconds value.
If the variable 'org.eclipse.jet.formatTags.test' is defined, the tag will return a sequence of values, starting at one. This facilitates testing of results that include data based on the tag results.
| Tag Summary | |
|---|---|
| required |
<f:milliseconds/> |
| full tag |
<f:milliseconds/> |
| Example | |
|---|---|
|
<%-- this will produce something like 1138570287475 --%>
<f:milliseconds/> |
|