Class JFormFieldCalendar
Form Field class for the Joomla Platform.
Provides a pop up date picker linked to a button. Optionally may be filtered to use user's or server's time zone.
- JFormField
- 
			 JFormFieldCalendar JFormFieldCalendar
Direct known subclasses
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/form/fields/calendar.php
Methods summary
| 
				 public 
				mixed
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean
				
				 | 
			#
			 setup( Method to attach a JForm object to the field. | 
| 
				 protected 
				string
				
				 | |
| 
				 protected 
				array
				
				 | 
Methods inherited from JFormField
			__construct(), 
			getAttribute(), 
			getControlGroup(), 
			getFieldName(), 
			getId(), 
			getLabel(), 
			getLayoutPaths(), 
			getName(), 
			getRenderer(), 
			getTitle(), 
			isDebugEnabled(), 
			render(), 
			renderField(), 
			setForm(), 
			setValue()
		
Magic methods summary
Properties summary
| 
				protected  
				string
			 | $type | 
				#
				 The form field type. | 
| 
				protected  
				integer
			 | $maxlength | 
				#
				 The allowable maxlength of calendar field. | 
| 
				protected  
				integer
			 | $format | 
				#
				 The format of date and time. | 
| 
				protected  
				integer
			 | $filter | 
				#
				 The filter. | 
| 
				protected  
				integer
			 | $minyear | 
				#
				 The minimum year number to subtract/add from the current year | 
| 
				protected  
				integer
			 | $maxyear | 
				#
				 The maximum year number to subtract/add from the current year | 
| 
				protected  
				string
			 | $layout | 
				#
				 Name of the layout being used to render the field | 
Properties inherited from JFormField
			$autocomplete, 
			$autofocus, 
			$class, 
			$count, 
			$default, 
			$description, 
			$disabled, 
			$element, 
			$fieldname, 
			$form, 
			$formControl, 
			$generated_fieldname, 
			$group, 
			$hidden, 
			$hint, 
			$id, 
			$input, 
			$label, 
			$labelclass, 
			$multiple, 
			$name, 
			$onchange, 
			$onclick, 
			$pattern, 
			$readonly, 
			$renderLabelLayout, 
			$renderLayout, 
			$repeat, 
			$required, 
			$showon, 
			$size, 
			$spellcheck, 
			$translateDescription, 
			$translateHint, 
			$translateLabel, 
			$validate, 
			$value
		
