Date and time data types are used for values that contain date and time.
The date data type is used to specify a date.
The date is specified in the following form "YYYY-MM-DD" where:
Note: All components are required
The Below is an example of a date declaration in a schema:
An element in your document might look like this:
To specify a time zone, you can either enter a date in UTC time by adding a "Z" behind the date - like this:
or you can specify an offset from the UTC time by adding a positive or negative time behind the date - like this:
The time data type is used to specify a time.
The time is specified in the following form "hh:mm:ss" where:
The Below is an example of a time declaration in a schema:
Or it might look like this:
To specify a time zone, you can either enter a time in UTC time by adding a "Z" behind the time - like this:
or you can specify an offset from the UTC time by adding a positive or negative time behind the time - like this:
The dateTime data type is used to specify a date and a time.
The dateTime is specified in the following form "YYYY-MM-DDThh:mm:ss" where:
The Below is an example of a dateTime declaration in a schema:
To specify a time zone, you can either enter a dateTime in UTC time by adding a "Z" behind the time - like this:
The duration data type is used to specify a time interval.
The time interval is specified in the following form "PnYnMnDTnHnMnS" where:
The Below is an example of a duration declaration in a schema:
The example above indicates a period of five years.
The example above indicates a period of five years, two months, and 10 days.
The example above indicates a period of five years, two months, 10 days, and 15 hours.
The example above indicates a period of 15 hours.
To specify a negative duration, enter a minus sign before the P:
The example above indicates a period of minus 10 days.
Restrictions that can be used with Date data types:
Your Query was successfully sent!