UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

16 lines 465 B
<Alloy> <Window> <!-- The text field is included to show that its value attribute will not be parsed as a date, which is how the Picker's value attribute will be treated. --> <TextField id="txt" value="July 4, 2014" top="20"/> <Picker id="pickerTest" top="50" type="Ti.UI.PICKER_TYPE_DATE" minDate= "2013-02-08 09:30:26 Z" maxDate="2015,11,17"> <!-- the value (selected date) is being set in the TSS --> </Picker> </Window> </Alloy>