달력입니다 정보
달력입니다
본문
<?
function cal($id) {
	include_once(G5_PLUGIN_PATH."/jquery-ui/datepicker.php");
	echo "<script>
$(function(){
    $('#$id').datepicker({ changeMonth: true, changeYear: true, dateFormat: 'yy-mm-dd', showButtonPanel: true, yearRange: 'c-99:c+99', maxDate: '+0d' });
});
</script>
";
}
?>
<input type="text" name="wr_10" id="wr_10" value="<?=$write[wr_10]?>" class="frm_input" size="11" readonly>
<label for="wr_10"><a class="btn_frmline">달력</a></label>
<? cal("wr_10"); ?>
                        
                추천
                
1
                
    1
댓글 4개
                
                    감사합니다~                
                
                
            
                    
                
                    감사합니다~!                
                
                
            
                    
                
                    감사합니다~                
                
                
            
                    
                
                    달력                
                
                
            
                    