template::widget::date (public)template::widget::date element_reference tag_attributes
Defined in packages/acs-templating/tcl/date-procs.tclCreate a date entry widget according to a format string
The format string should contain the following fields, separated
by / \ - : . or whitespace:
| string | meaning |
| YYYY | 4-digit year |
| YY | 2-digit year |
| MM | 2-digit month |
| MON | month name, short (i.e. "Jan") |
| MONTH | month name, long (i.e. "January") |
| DD | day of month |
| HH12 | 12-hour hour |
| HH24 | 24-hour hour |
| MI | minutes |
| SS | seconds |
| AM | am/pm flag |
Any format field may be followed by "t", in which case a text
widget will be used to represent the field.
the array in range_ref determines interval ranges; the keys
are the date fields and the values are in form {start stop interval}
- Parameters:
-
element_reference
tag_attributes
|