| 1 | <?php |
||
| 8 | class Calendar extends \Punic\Calendar |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Change to disable interpreteting 'yy' as forcing 2 digit year |
||
| 12 | * |
||
| 13 | * Instead of interpreting 2015 as '15' it will be '2015', while year 1 would be reported as '01' |
||
| 14 | * |
||
| 15 | * @param \DateTime $value |
||
| 16 | * @param $count |
||
| 17 | * @param $locale |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | 12 | protected static function decodeYear(\DateTime $value, $count, $locale) |
|
| 36 | } |
||
| 37 |