"StructuredDate" (Interpreter Type)
Date in a standard format.
Details
- "StructuredDate" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "StructuredDate" does not require connectivity to the Wolfram Cloud.
Allowed Forms
- A full date expressed in one of the following formats:
-
2010/11/25 year/month/day 1989-march-1 year/month name/day 1789 14 july year/day/month name - All the separators that DateList accepts are allowed.
Restriction Specifications
-
Restricted["StructuredDate",{{choices1,…}}] one among choices Restricted["StructuredDate",max] a date before max Restricted["StructuredDate",{min,max}] a date between min and max Restricted["StructuredDate",{min,max,unit}] a date between min and max, with resolution unit
Interpretation
- "StructuredDate" yields a DateObject.