2020.2

Table Of Contents
zone
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 page282) 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
l The specified HTML file is expected to be UTF-8 encoded.
l 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798.
Tip
External content is not loaded while editing a script. To test a script that loads external
content, you can do a preflight; see "Doing a Preflight" on page393.
Page 793