/*
 * APEX Themes - Stock Themes, Templates & Skins for Oracle APEX Applications
 * http://www.apex-themes.com
 *
 * Copyright (c) 2009 Creative Mode
 * This file is protected by copyright law and provided under license. 
 * Unauthorised copying of this file is strictly prohibited.
 * http://www.apex-themes.com/docs/contact.php
 *
 * Custom Theme: C0020
 * Date: 2009-07-10
 */
 
 $(document).ready(function(){	
	
	// Datepicker
	$('.cm_datepicker').datepicker({ dateFormat: 'dd-mm-yy' });
	$('.cm_datepicker').datepicker('option', 'dayNames', ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag']);
	$('.cm_datepicker').datepicker('option', 'dayNamesMin', ['Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za']);
	
});

