Changeset 11729 for branches/comu/data/class/SC_Date.php
- Timestamp:
- 2007/03/10 21:35:02 (19 years ago)
- File:
-
- 1 edited
-
branches/comu/data/class/SC_Date.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/data/class/SC_Date.php
r15 r11729 6 6 */ 7 7 8 /* ¡¡Æü»þɽ¼¨ÍÑ¥¯¥é¥¹*/8 /* 日時表示用クラス */ 9 9 class SC_Date { 10 10 var $start_year; … … 13 13 var $end_year; 14 14 15 // ¥³¥ó¥¹¥È¥é¥¯¥¿15 // コンストラクタ 16 16 function SC_Date($start_year='', $end_year='') { 17 17 if ( $start_year ) $this->setStartYear($start_year);
Note: See TracChangeset
for help on using the changeset viewer.
