XAO::DO::Web::Date - XAO::Web date dysplayable object


XAO-Web documentation  | view source Contained in the XAO-Web distribution.

Index


NAME

Top

XAO::DO::Web::Date - XAO::Web date dysplayable object

SYNOPSIS

Top

 <%Date%>

 <%Date gmtime="123456789" style="short"%>

 <%Date format="%H:%M"%>

 <%Date gmtime="123456789" timezone="US/Eastern"%>

DESCRIPTION

Top

Displays current or given date. Arguments are:

gmtime

Number of seconds since the Epoch (unix standard time). Optional, default is to display the current time.

style

Display according to one of internal styles:

 dateonly   => %m/%d/%Y             => 3/27/2002
 short      => %H:%M:%S %m/%d/%Y    => 12:23:34 3/27/2002
 timeonly   => %H:%M:%S             => 12:23:34

format

Set custom format according to strftime C function API.

timezone

May contain a name of a time zone, which must be known to the system. Default is the default system timezone.

METHODS

Top

No publicly available methods except overriden display().

EXPORTS

Top

Nothing.

AUTHOR

Top

Copyright (c) 2005 Andrew Maltsev

Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.

<am@ejelta.com> -- http://ejelta.com/xao/

SEE ALSO

Top

Recommended reading: XAO::Web, XAO::DO::Web::Page.


XAO-Web documentation  | view source Contained in the XAO-Web distribution.