Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

date:clocklist

Converts an epoch format long integer representing milliseconds since Jan 1, 1970, 0:00 GMT, into a single-row list with columns representing various date/time fields and formats.

Syntax

Note

If you take the result of date:clocklist and use it as an input value to date:convert, the epoch date returned is different from the originally converted date because date:clocklist is 1-based for month and day values, while date:convert is 0-based for month and day values.

Parameters

listvarname (required)
Input parameter (see as output, below). Name of a list to create with broken out date formats.

clock (optional)
Input parameter. Long integer value of milliseconds since Jan 1, 1970 0:00 GMT. The default is now, or the current clock value.

timezone (optional)
Input parameter. Time zone name. The default is system default.

listvarname

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.