Month (C): Difference between revisions
Jump to navigation
Jump to search
Created page with "file:Month.jpg '''Description''' The Month control allows the input of a month. The result is returned as a string in value. When the control is selected at runtime, a ..." |
No edit summary |
||
Line 11: | Line 11: | ||
'''Properties''' | '''Properties''' | ||
Standard properties are supported | Standard [[properties]] are supported, plus: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 21: | Line 21: | ||
'''Events''' | '''Events''' | ||
Standard [[events]] are supported. | |||
Standard events are supported. | |||
'''Example''' | '''Example''' |
Revision as of 22:50, 24 July 2012
Description
The Month control allows the input of a month. The result is returned as a string in value.
When the control is selected at runtime, a special month picker is displayed.
It is supported starting with iOS 5. It is not supported on Android at this time.
Properties
Standard properties are supported, plus:
value | The date value of the control.
To set the value, use format 2012-01 |
Events
Standard events are supported.
Example
Output
(value is set to “2011-11”)
Related Items