overtrue / chinese-calendar

:date: 中国农历(阴历)与阳历(公历)转换与查询工具
MIT License
524 stars 109 forks source link

is_same_year 是否是当年, 返回错误, 会永远为true #53

Closed gyp719 closed 1 year ago

gyp719 commented 1 year ago

阳历时间 : 2022-03-30

` $calendar = new \Overtrue\ChineseCalendar\Calendar();

$result = $calendar->solar(2022, 03, 30); // 阳历

return $result;

`

image

image

不管是哪一年, is_same_year 永远 为 true

overtrue commented 1 year ago

它的意思是转换后和转换前是否在同一年

gyp719 commented 1 year ago

它的意思是转换后和转换前是否在同一年

好的, 明白了, 我看 README 没有说明。 自己理解错了