예제 #1
0
파일: common.php 프로젝트: nirix/dreamer
function d($format, $date)
{
    return Language::date($format, $date);
}