Project | WXT | Basics | Download | Documentation | Samples

PI: time

The purpose of a time is to produce current time (time of building) in selected forms and locale.

<?_wxt time?>

The parameters are:

form (optional) The possibilities are: short, medium, long, full. Default is medium.
country (optional) The possibilities are the standard 2-char code. no, en etc. Default is users locale.

Styleclass describing this PI is: wxttime. See distributed std styles.

Examples:

<div>
<?_wxt time form="full"  country="en"?>
</div>