| |
mktime
Format:
mktime ( object ) |
Purpose:
Get the seconds since 00:00:00 UTC, January 1, 1970 from
an object that contains the broken down time as returned by gmtime() or localtime().
The structure of a broken down time object is described in localtime().
Return Values:
Returns an integer denoting the seconds since 00:00:00 UTC, January 1, 1970.
Note:
If object fields have values outside their legal
interval, they will be normalized. Furthermore, mktime() fixes the object's field isdst , if its value is -1.
|
Example:
input: | resulting output:
| <let x=caltime(); ? x>
<? mktime(localtime(x))> | 1731391996
1731391996 |
See Also:
caltime(), difftime(), gmtime(), localtime(), strftime(), strptime().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product ConfiguratorDemo
(3D Produkt Konfigurator Demo in German).
© 1996-2024 H.E.I. All Rights Reserved.
|