template::util::date::get_property (public)
template::util::date::get_property what date
Defined in packages/acs-templating/tcl/date-procs.tcl
Returns a property of a date list, usually created by ad_form.
- Parameters:
- what (required)
- the name of the property. One of:
- year
- month
- day
- hours
- minutes
- seconds
- format
- long_month_name
- short_month_name
- days_in_month
- short_year
- short_hours
- ampm
- not_null
- sql_date
- linear_date
- linear_date_no_time
- display_date
- clock
- date (required)
- the date widget list
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- sql_date, template_date_api