예제 #1
0
function sdate($date,$format='Y-m-d') {
    return tool::date_format($date,$format);
}