/**
 * @author Anton Petrunich <anton.petrunich@gmail.com>
 */

(function($){
	$(document).ready(function(){
		$('.date_edit').datepicker($.datepicker.regional['ru']);
	});
})(jQuery);

