timeInputFormat
-
global property
The timeInputFormat
global property is a list of date and/or time formats that specifies the possible formats that can be used by SenseTalk to interpret strings as dates or times. The default initial setting of the timeInputFormat includes all of the formats that are present as values in the timeFormat global property, plus “iso8601”.
When setting the value of the timeInputFormat, you may set it to a single format value, to a list of format values, or to a property list containing format values. In the latter case, the values from the property list (in sorted key order) will be used. This makes it easy to allow all of the specific formats defined in the timeFormat global property:
set the timeInputFormat to the timeFormat -- many specific formats