1.7

Table Of Contents
Function Description
page481 containing the HTML elements that match the given CSS selector.
Examples of iterator functions
Function Description
"Each" on
page473
A generic iterator function, to iterate over the elements in the result set
"For...in" on
page475
Iterates over the enumerable properties of an object, in arbitrary order. For
each distinct property, statements can be executed.
Date, date/time and time functions
l date()
l dateLong()
l dateMedium()
l dateShort()
l dateTime()
l dateTimeLong()
l dateTimeMedium()
l dateTimeShort()
l time()
l timeLong()
l timeMedium()
l timeShort()
Note
The locale also influences the output of the different Date functions; see "Locale" on page 216.
date(value, pattern)
Formats a date object using a custom pattern.
Page 467