"DateTime" (Interpreter Type)
Date with time in any standard format or in natural language.
Details
- "DateTime" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "DateTime" requires connectivity to the Wolfram Cloud.
Restriction Specifications
-
Restricted["DateTime",{{choices1,…}}] one among choices Restricted["DateTime",max] a date with time before max Restricted["DateTime",{min,max}] a date with time between min and max Restricted["DateTime",{min,max,unit}] a date with time between min and max, with resolution unit
Interpretation
- "DateTime" yields a DateObject with a TimeObject as its second argument.