/*

    ABS Jets     jQuery UI configuration
    ------------------------------------------------------------------------
    Author       Ondrej Valka (ondrej@valka.info)
    Created      10 Feb 10
    Last edit    -

*/

$(document).ready( function()
{
	$(".non-ie6 input.date").datepicker({
		firstDay: 1,
		showAnim: 'fadeIn',
		dateFormat: 'd M yy',
		minDate: new Date(2010, 1, 1),
		hideIfNoPrevNext: true
	});
});
