- Timestamp:
- 11/17/07 02:49:12 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/smarty_plugins/modifier.date_format_posted.php
r1525 r1699 5 5 */ 6 6 7 require_once "Var_Dump.php";7 //require_once "Var_Dump.php"; 8 8 /** 9 9 * Smarty DateFormat 拡張 … … 11 11 * Name: date_format<br /> 12 12 * Purpose: 2006/12/25 を 2006/12/25 4時間前 とする 13 * 英語ではAgeとか呼ばれる 13 14 */ 14 15 function smarty_modifier_date_format_posted($date){ … … 30 31 31 32 if( $hours < 1 && $minutes < 1 && $days == 0 ){ 32 return " $times 秒前";// サーバーのタイムスタンプがシビア33 return " $times 秒前";//PHPの実行速度の影響をもろに受ける 33 34 }else if( $hours < 1 && $days == 0 ){ 34 35 return " $minutes 分前";
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)