Skip to content

Commit

Permalink
Solar->Gregorian
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Jan 23, 2024
1 parent 6f95cc8 commit 5027e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/golang-module/carbon/v2/calendar/lunar"
)

// Lunar converts the solar calendar to the lunar calendar.
// Lunar converts the solar gregorian to the lunar calendar.
// 将 公历 转为 农历
func (c Carbon) Lunar() (l lunar.Lunar) {
if c.Error != nil {
Expand Down

0 comments on commit 5027e56

Please sign in to comment.