Changeset 1527 for branches/3.0/framework/I18N/core/DateTimeFormatInfo.php
- Timestamp:
- 11/28/2006 05:34:13 PM (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/framework/I18N/core/DateTimeFormatInfo.php
r1397 r1527 167 167 * culture. 168 168 */ 169 function getInstance($culture=null)169 static function getInstance($culture=null) 170 170 { 171 171
