"ComputedDate" (Interpreter Type)
A date derived by computation.
Details
- "ComputedDate" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "ComputedDate" requires connectivity to the Wolfram Cloud.
Allowed Forms
- Any natural-language date supported by "Date", or a computation yielding one.
Restriction Specifications
-
Restricted["ComputedDate",{{choices1,…}}] one among choices Restricted["ComputedDate",max] a date before max Restricted["ComputedDate",{min,max}] a date between min and max Restricted["ComputedDate",{min,max,unit}] a date between min and max, with resolution unit
Interpretation
- "ComputedDate" yields a DateObject.