<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2008/02/12/changing-the-next-and-previous-year-navigation-icons-on-a-datechooser-control-in-flex/ -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
		layout="vertical"
		verticalAlign="middle"
		backgroundColor="white" viewSourceURL="srcview/index.html">

	<mx:DateChooser id="dateChooser"
			yearNavigationEnabled="true"
			prevYearSkin="@Embed('assets/bullet_delete.png')"
			nextYearSkin="@Embed('assets/bullet_add.png')" />

</mx:Application>
