The date-box element adds a date box to the current page. With the border enabled the height of the box is 30 points and the width is 120 points.
Syntax:
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
date-box | x1 | integer | Default is 0. |
y1 | integer | Default is 0. | |
day | string | ||
month | string | ||
year | string | ||
line-width | integer | Default is 0. | |
border | boolean | Default. Document border. |
Example
<date-box x1="90" y1="300" day="dd" month="mm" year="yyyy"/>