<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2008/02/10/changing-the-next-and-previous-month-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"
			nextMonthSkin="@Embed('assets/add.png')"
			prevMonthSkin="@Embed('assets/delete.png')" />

</mx:Application>

