Termdate
Description

XSD Date type

The date is specified in the following form "YYYY-MM-DD" where:

  • "YYYY" indicates the year
  • "MM" indicates the month
  • "DD" indicates the day

Note: 

  • All components are required!
  • For UTC dates a 'Z' shall be appended!

Comments

The following is an example of a date declaration in a schema: <xs:element name="start" type="xs:date"/>

 An element in your document might look like this: <start>2002-09-24</start> 
If UTC:  <start>2002-09-24Z</start>

XML typexs:date
StatusApproved
Ref from

Error rendering macro 'incoming-links'

'com.atlassian.confluence.spaces.SpacesQuery$Builder com.atlassian.confluence.spaces.SpacesQuery$Builder.forUser(com.atlassian.confluence.user.ConfluenceUser)'

Labels