We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe35888 commit a54c9d6Copy full SHA for a54c9d6
outputer.go
@@ -59,7 +59,6 @@ func (c Carbon) ToMonthString(timezone ...string) string {
59
// ToShortMonthString outputs a string in short month layout like "Jan", i18n is supported.
60
// 输出缩写月份字符串,支持i18n
61
func (c Carbon) ToShortMonthString(timezone ...string) string {
62
-
63
if len(timezone) > 0 {
64
c.loc, c.Error = getLocationByTimezone(timezone[0])
65
}
0 commit comments