예제 #1
0
파일: date.php 프로젝트: nergal/kohana-libs
 public static function deformatted_time($datetime_str = 'now', $timestamp_format = NULL, $timezone = NULL)
 {
     $date = parent::formatted_time($datetime_str, $timestamp_format, $timezone);
     return strtr($date, self::_get_monthes());
 }