
		
	function datepicker_setdate_hid_id() {
		
		$('#setdate_hid_id').datepicker({dateFormat: 'yy-mm-dd 00:00:00'});
		
	}
		
	function datepicker_editdate_hid_id() {
		
		$('#editdate_hid_id').datepicker({onSelect: function(text){$('#edit_date_span').text(text);},dateFormat: 'dd/M/yy'});
		
	}
		
	function sortable_gallery_photos_list() {
		$('#gallery_photos_list').sortable({
		update: function(ev,ui){$.ajax({url: '/075-BrandiLove/programming/index.php/my_profile/sort_gallery_photos',type: 'POST',data: 'info=array&'+$('#gallery_photos_list').sortable('serialize')+'&_ci_nolabel=1'}); }
	}); 	
	}
		
	function sortable_fav_photos_sort() {
		$('#fav_photos_sort').sortable({
		update: function(ev,ui){$.ajax({url: '/075-BrandiLove/programming/index.php/my_profile/sort_fav_photos',type: 'POST',data: 'info=array&'+$('#fav_photos_sort').sortable('serialize')+'&_ci_nolabel=1'}); }
	}); 	
	}
		
	function datepicker_setdate_hid2_id() {
		
		$('#setdate_hid2_id').datepicker({dateFormat: 'yy-mm-dd 00:00:00'});
		
	}
