ezdatetime
Summary
Contains information about a date and time.Persistent
No.Attributes
Attribute | Type | Description |
---|---|---|
timestamp |
string |
The date/time value as a UNIX timestamp (for example "1147719660") if the date/time is valid. |
hour |
string |
The hour (for example "21"). |
minute |
string |
The minute (for example "01"). |
year |
string |
The year (for example "2006"). |
month |
string |
The month (for example "05"). |
day |
string |
The day (for example "15"). |
is_valid |
boolean |
Returns TRUE if the date/time value is valid, FALSE otherwise. |
Balazs Halasy (12/03/2005 5:28 pm)
Balazs Halasy (28/04/2005 8:45 am)
Comments
There are no comments.