2018.2

Table Of Contents
k Hour in day (1-24) Number 24
K Hour in am/pm (0-11) Number 0
h Hour in am/pm (1-12) Number 12
m Minute in hour Number 30
s Second in minute Number 55
S Millisecond Number 978
z Time zone
General time
zone
Pacific Standard Time; PST;
GMT-08:00
Z Time zone
RFC 822 time
zone
-0800
X Time zone
ISO 8601 time
zone
-08; -0800; -08:00
Note
These date and time pattern letters and patterns conform to standard Java notation. For more
information, see http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html.
loadhtml()
Loads HTML content from the specified HTML file. The file may be located inside the template
(see "Snippets" on page642) or hosted on a Content Management System or on another
location outside the template.
An optional selector allows you to retrieve only the content of matching elements.
Note
Loadhtml() is cached per batch run (based on the URL) in print/email.
Tip
To load a JavaScript file (.js) or a style sheet (.css) you can use loadtext(). See "loadtext()" on
page1153.
Page 1148