<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>