lb.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. package lb
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type lb struct {
  10. locale string
  11. pluralsCardinal []locales.PluralRule
  12. pluralsOrdinal []locales.PluralRule
  13. pluralsRange []locales.PluralRule
  14. decimal string
  15. group string
  16. minus string
  17. percent string
  18. percentSuffix string
  19. perMille string
  20. timeSeparator string
  21. inifinity string
  22. currencies []string // idx = enum of currency code
  23. currencyPositiveSuffix string
  24. currencyNegativeSuffix string
  25. monthsAbbreviated []string
  26. monthsNarrow []string
  27. monthsWide []string
  28. daysAbbreviated []string
  29. daysNarrow []string
  30. daysShort []string
  31. daysWide []string
  32. periodsAbbreviated []string
  33. periodsNarrow []string
  34. periodsShort []string
  35. periodsWide []string
  36. erasAbbreviated []string
  37. erasNarrow []string
  38. erasWide []string
  39. timezones map[string]string
  40. }
  41. // New returns a new instance of translator for the 'lb' locale
  42. func New() locales.Translator {
  43. return &lb{
  44. locale: "lb",
  45. pluralsCardinal: []locales.PluralRule{2, 6},
  46. pluralsOrdinal: nil,
  47. pluralsRange: nil,
  48. decimal: ",",
  49. group: ".",
  50. minus: "-",
  51. percent: "%",
  52. perMille: "‰",
  53. timeSeparator: ":",
  54. inifinity: "∞",
  55. currencies: []string{"ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "öS", "AU$", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "BBD", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BMD", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "R$", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CA$", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNH", "CNX", "CN¥", "COP", "COU", "CRC", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "€", "FIM", "FJD", "FKP", "FRF", "£", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HK$", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "₪", "₹", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "¥", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "₩", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MAF", "MCF", "MDC", "MDL", "MGA", "MGF", "MKD", "MKN", "MLF", "MMK", "MNT", "MOP", "MRO", "MTL", "MTP", "MUR", "MVP", "MVR", "MWK", "MX$", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZ$", "OMR", "PAB", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "฿", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "NT$", "TZS", "UAH", "UAK", "UGS", "UGX", "$", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "₫", "VNN", "VUV", "WST", "FCFA", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "EC$", "XDR", "XEU", "XFO", "XFU", "CFA", "XPD", "CFPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"},
  56. percentSuffix: " ",
  57. currencyPositiveSuffix: " ",
  58. currencyNegativeSuffix: " ",
  59. monthsAbbreviated: []string{"", "Jan.", "Feb.", "Mäe.", "Abr.", "Mee", "Juni", "Juli", "Aug.", "Sep.", "Okt.", "Nov.", "Dez."},
  60. monthsNarrow: []string{"", "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
  61. monthsWide: []string{"", "Januar", "Februar", "Mäerz", "Abrëll", "Mee", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"},
  62. daysAbbreviated: []string{"Son.", "Méi.", "Dën.", "Mët.", "Don.", "Fre.", "Sam."},
  63. daysNarrow: []string{"S", "M", "D", "M", "D", "F", "S"},
  64. daysShort: []string{"So.", "Mé.", "Dë.", "Më.", "Do.", "Fr.", "Sa."},
  65. daysWide: []string{"Sonndeg", "Méindeg", "Dënschdeg", "Mëttwoch", "Donneschdeg", "Freideg", "Samschdeg"},
  66. periodsAbbreviated: []string{"moies", "nomëttes"},
  67. periodsNarrow: []string{"mo.", "nomë."},
  68. periodsWide: []string{"moies", "nomëttes"},
  69. erasAbbreviated: []string{"v. Chr.", "n. Chr."},
  70. erasNarrow: []string{"", ""},
  71. erasWide: []string{"v. Chr.", "n. Chr."},
  72. timezones: map[string]string{"GYT": "Guyana-Zäit", "ACWST": "Zentral-/Westaustralesch Normalzäit", "TMT": "Turkmenistan-Normalzäit", "UYT": "Uruguyanesch Normalzäit", "HNCU": "Kubanesch Normalzäit", "HECU": "Kubanesch Summerzäit", "SAST": "Südafrikanesch Zäit", "ART": "Argentinesch Normalzäit", "CHAST": "Chatham-Normalzäit", "WIB": "Westindonesesch Zäit", "WESZ": "Westeuropäesch Summerzäit", "ECT": "Ecuadorianesch Zäit", "HEOG": "Westgrönland-Summerzäit", "HNPM": "Saint-Pierre-a-Miquelon-Normalzäit", "HNPMX": "Mexikanesch Pazifik-Normalzäit", "WAST": "Westafrikanesch Summerzäit", "∅∅∅": "Acre-Summerzäit", "BT": "Bhutan-Zäit", "BOT": "Bolivianesch Zäit", "EDT": "Nordamerikanesch Ostküsten-Summerzäit", "ACWDT": "Zentral-/Westaustralesch Summerzäit", "HEEG": "Ostgrönland-Summerzäit", "IST": "Indesch Zäit", "MDT": "Rocky-Mountain-Summerzäit", "ARST": "Argentinesch Summerzäit", "PST": "Nordamerikanesch Westküsten-Normalzäit", "HENOMX": "Nordwest-Mexiko-Summerzäit", "HNOG": "Westgrönland-Normalzäit", "ACST": "Zentralaustralesch Normalzäit", "ACDT": "Zentralaustralesch Summerzäit", "MEZ": "Mëtteleuropäesch Normalzäit", "MESZ": "Mëtteleuropäesch Summerzäit", "VET": "Venezuela-Zäit", "EAT": "Ostafrikanesch Zäit", "GFT": "Franséisch-Guayane-Zäit", "AWST": "Westaustralesch Normalzäit", "ChST": "Chamorro-Zäit", "HEPMX": "Mexikanesch Pazifik-Summerzäit", "HNNOMX": "Nordwest-Mexiko-Normalzäit", "HKT": "Hong-Kong-Normalzäit", "WIT": "Ostindonesesch Zäit", "WAT": "Westafrikanesch Normalzäit", "SRT": "Suriname-Zäit", "AKST": "Alaska-Normalzäit", "TMST": "Turkmenistan-Summerzäit", "CAT": "Zentralafrikanesch Zäit", "OESZ": "Osteuropäesch Summerzäit", "COST": "Kolumbianesch Summerzäit", "NZDT": "Neiséiland-Summerzäit", "JST": "Japanesch Normalzäit", "AKDT": "Alaska-Summerzäit", "HNT": "Neifundland-Normalzäit", "CST": "Nordamerikanesch Inland-Normalzäit", "AWDT": "Westaustralesch Summerzäit", "AEST": "Ostaustralesch Normalzäit", "HEPM": "Saint-Pierre-a-Miquelon-Summerzäit", "OEZ": "Osteuropäesch Normalzäit", "CHADT": "Chatham-Summerzäit", "CDT": "Nordamerikanesch Inland-Summerzäit", "PDT": "Nordamerikanesch Westküsten-Summerzäit", "AEDT": "Ostaustralesch Summerzäit", "ADT": "Atlantik-Summerzäit", "JDT": "Japanesch Summerzäit", "NZST": "Neiséiland-Normalzäit", "MYT": "Malaysesch Zäit", "HNEG": "Ostgrönland-Normalzäit", "LHDT": "Lord-Howe-Summerzäit", "AST": "Atlantik-Normalzäit", "SGT": "Singapur-Standardzäit", "LHST": "Lord-Howe-Normalzäit", "WART": "Westargentinesch Normalzäit", "WARST": "Westargentinesch Summerzäit", "HAST": "Hawaii-Aleuten-Normalzäit", "GMT": "Mëttler Greenwich-Zäit", "WEZ": "Westeuropäesch Normalzäit", "WITA": "Zentralindonesesch Zäit", "HADT": "Hawaii-Aleuten-Summerzäit", "MST": "Rocky-Mountain-Normalzäit", "HKST": "Hong-Kong-Summerzäit", "HAT": "Neifundland-Summerzäit", "CLT": "Chilenesch Normalzäit", "CLST": "Chilenesch Summerzäit", "COT": "Kolumbianesch Normalzäit", "UYST": "Uruguayanesch Summerzäit", "EST": "Nordamerikanesch Ostküsten-Normalzäit"},
  73. }
  74. }
  75. // Locale returns the current translators string locale
  76. func (lb *lb) Locale() string {
  77. return lb.locale
  78. }
  79. // PluralsCardinal returns the list of cardinal plural rules associated with 'lb'
  80. func (lb *lb) PluralsCardinal() []locales.PluralRule {
  81. return lb.pluralsCardinal
  82. }
  83. // PluralsOrdinal returns the list of ordinal plural rules associated with 'lb'
  84. func (lb *lb) PluralsOrdinal() []locales.PluralRule {
  85. return lb.pluralsOrdinal
  86. }
  87. // PluralsRange returns the list of range plural rules associated with 'lb'
  88. func (lb *lb) PluralsRange() []locales.PluralRule {
  89. return lb.pluralsRange
  90. }
  91. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'lb'
  92. func (lb *lb) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  93. n := math.Abs(num)
  94. if n == 1 {
  95. return locales.PluralRuleOne
  96. }
  97. return locales.PluralRuleOther
  98. }
  99. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'lb'
  100. func (lb *lb) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  101. return locales.PluralRuleUnknown
  102. }
  103. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'lb'
  104. func (lb *lb) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  105. return locales.PluralRuleUnknown
  106. }
  107. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  108. func (lb *lb) MonthAbbreviated(month time.Month) string {
  109. return lb.monthsAbbreviated[month]
  110. }
  111. // MonthsAbbreviated returns the locales abbreviated months
  112. func (lb *lb) MonthsAbbreviated() []string {
  113. return lb.monthsAbbreviated[1:]
  114. }
  115. // MonthNarrow returns the locales narrow month given the 'month' provided
  116. func (lb *lb) MonthNarrow(month time.Month) string {
  117. return lb.monthsNarrow[month]
  118. }
  119. // MonthsNarrow returns the locales narrow months
  120. func (lb *lb) MonthsNarrow() []string {
  121. return lb.monthsNarrow[1:]
  122. }
  123. // MonthWide returns the locales wide month given the 'month' provided
  124. func (lb *lb) MonthWide(month time.Month) string {
  125. return lb.monthsWide[month]
  126. }
  127. // MonthsWide returns the locales wide months
  128. func (lb *lb) MonthsWide() []string {
  129. return lb.monthsWide[1:]
  130. }
  131. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  132. func (lb *lb) WeekdayAbbreviated(weekday time.Weekday) string {
  133. return lb.daysAbbreviated[weekday]
  134. }
  135. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  136. func (lb *lb) WeekdaysAbbreviated() []string {
  137. return lb.daysAbbreviated
  138. }
  139. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  140. func (lb *lb) WeekdayNarrow(weekday time.Weekday) string {
  141. return lb.daysNarrow[weekday]
  142. }
  143. // WeekdaysNarrow returns the locales narrow weekdays
  144. func (lb *lb) WeekdaysNarrow() []string {
  145. return lb.daysNarrow
  146. }
  147. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  148. func (lb *lb) WeekdayShort(weekday time.Weekday) string {
  149. return lb.daysShort[weekday]
  150. }
  151. // WeekdaysShort returns the locales short weekdays
  152. func (lb *lb) WeekdaysShort() []string {
  153. return lb.daysShort
  154. }
  155. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  156. func (lb *lb) WeekdayWide(weekday time.Weekday) string {
  157. return lb.daysWide[weekday]
  158. }
  159. // WeekdaysWide returns the locales wide weekdays
  160. func (lb *lb) WeekdaysWide() []string {
  161. return lb.daysWide
  162. }
  163. // Decimal returns the decimal point of number
  164. func (lb *lb) Decimal() string {
  165. return lb.decimal
  166. }
  167. // Group returns the group of number
  168. func (lb *lb) Group() string {
  169. return lb.group
  170. }
  171. // Group returns the minus sign of number
  172. func (lb *lb) Minus() string {
  173. return lb.minus
  174. }
  175. // FmtNumber returns 'num' with digits/precision of 'v' for 'lb' and handles both Whole and Real numbers based on 'v'
  176. func (lb *lb) FmtNumber(num float64, v uint64) string {
  177. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  178. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  179. count := 0
  180. inWhole := v == 0
  181. b := make([]byte, 0, l)
  182. for i := len(s) - 1; i >= 0; i-- {
  183. if s[i] == '.' {
  184. b = append(b, lb.decimal[0])
  185. inWhole = true
  186. continue
  187. }
  188. if inWhole {
  189. if count == 3 {
  190. b = append(b, lb.group[0])
  191. count = 1
  192. } else {
  193. count++
  194. }
  195. }
  196. b = append(b, s[i])
  197. }
  198. if num < 0 {
  199. b = append(b, lb.minus[0])
  200. }
  201. // reverse
  202. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  203. b[i], b[j] = b[j], b[i]
  204. }
  205. return string(b)
  206. }
  207. // FmtPercent returns 'num' with digits/precision of 'v' for 'lb' and handles both Whole and Real numbers based on 'v'
  208. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  209. func (lb *lb) FmtPercent(num float64, v uint64) string {
  210. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  211. l := len(s) + 5
  212. b := make([]byte, 0, l)
  213. for i := len(s) - 1; i >= 0; i-- {
  214. if s[i] == '.' {
  215. b = append(b, lb.decimal[0])
  216. continue
  217. }
  218. b = append(b, s[i])
  219. }
  220. if num < 0 {
  221. b = append(b, lb.minus[0])
  222. }
  223. // reverse
  224. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  225. b[i], b[j] = b[j], b[i]
  226. }
  227. b = append(b, lb.percentSuffix...)
  228. b = append(b, lb.percent...)
  229. return string(b)
  230. }
  231. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'lb'
  232. func (lb *lb) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  233. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  234. symbol := lb.currencies[currency]
  235. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  236. count := 0
  237. inWhole := v == 0
  238. b := make([]byte, 0, l)
  239. for i := len(s) - 1; i >= 0; i-- {
  240. if s[i] == '.' {
  241. b = append(b, lb.decimal[0])
  242. inWhole = true
  243. continue
  244. }
  245. if inWhole {
  246. if count == 3 {
  247. b = append(b, lb.group[0])
  248. count = 1
  249. } else {
  250. count++
  251. }
  252. }
  253. b = append(b, s[i])
  254. }
  255. if num < 0 {
  256. b = append(b, lb.minus[0])
  257. }
  258. // reverse
  259. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  260. b[i], b[j] = b[j], b[i]
  261. }
  262. if int(v) < 2 {
  263. if v == 0 {
  264. b = append(b, lb.decimal...)
  265. }
  266. for i := 0; i < 2-int(v); i++ {
  267. b = append(b, '0')
  268. }
  269. }
  270. b = append(b, lb.currencyPositiveSuffix...)
  271. b = append(b, symbol...)
  272. return string(b)
  273. }
  274. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'lb'
  275. // in accounting notation.
  276. func (lb *lb) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  277. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  278. symbol := lb.currencies[currency]
  279. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  280. count := 0
  281. inWhole := v == 0
  282. b := make([]byte, 0, l)
  283. for i := len(s) - 1; i >= 0; i-- {
  284. if s[i] == '.' {
  285. b = append(b, lb.decimal[0])
  286. inWhole = true
  287. continue
  288. }
  289. if inWhole {
  290. if count == 3 {
  291. b = append(b, lb.group[0])
  292. count = 1
  293. } else {
  294. count++
  295. }
  296. }
  297. b = append(b, s[i])
  298. }
  299. if num < 0 {
  300. b = append(b, lb.minus[0])
  301. }
  302. // reverse
  303. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  304. b[i], b[j] = b[j], b[i]
  305. }
  306. if int(v) < 2 {
  307. if v == 0 {
  308. b = append(b, lb.decimal...)
  309. }
  310. for i := 0; i < 2-int(v); i++ {
  311. b = append(b, '0')
  312. }
  313. }
  314. if num < 0 {
  315. b = append(b, lb.currencyNegativeSuffix...)
  316. b = append(b, symbol...)
  317. } else {
  318. b = append(b, lb.currencyPositiveSuffix...)
  319. b = append(b, symbol...)
  320. }
  321. return string(b)
  322. }
  323. // FmtDateShort returns the short date representation of 't' for 'lb'
  324. func (lb *lb) FmtDateShort(t time.Time) string {
  325. b := make([]byte, 0, 32)
  326. if t.Day() < 10 {
  327. b = append(b, '0')
  328. }
  329. b = strconv.AppendInt(b, int64(t.Day()), 10)
  330. b = append(b, []byte{0x2e}...)
  331. if t.Month() < 10 {
  332. b = append(b, '0')
  333. }
  334. b = strconv.AppendInt(b, int64(t.Month()), 10)
  335. b = append(b, []byte{0x2e}...)
  336. if t.Year() > 9 {
  337. b = append(b, strconv.Itoa(t.Year())[2:]...)
  338. } else {
  339. b = append(b, strconv.Itoa(t.Year())[1:]...)
  340. }
  341. return string(b)
  342. }
  343. // FmtDateMedium returns the medium date representation of 't' for 'lb'
  344. func (lb *lb) FmtDateMedium(t time.Time) string {
  345. b := make([]byte, 0, 32)
  346. b = strconv.AppendInt(b, int64(t.Day()), 10)
  347. b = append(b, []byte{0x2e, 0x20}...)
  348. b = append(b, lb.monthsAbbreviated[t.Month()]...)
  349. b = append(b, []byte{0x20}...)
  350. if t.Year() > 0 {
  351. b = strconv.AppendInt(b, int64(t.Year()), 10)
  352. } else {
  353. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  354. }
  355. return string(b)
  356. }
  357. // FmtDateLong returns the long date representation of 't' for 'lb'
  358. func (lb *lb) FmtDateLong(t time.Time) string {
  359. b := make([]byte, 0, 32)
  360. b = strconv.AppendInt(b, int64(t.Day()), 10)
  361. b = append(b, []byte{0x2e, 0x20}...)
  362. b = append(b, lb.monthsWide[t.Month()]...)
  363. b = append(b, []byte{0x20}...)
  364. if t.Year() > 0 {
  365. b = strconv.AppendInt(b, int64(t.Year()), 10)
  366. } else {
  367. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  368. }
  369. return string(b)
  370. }
  371. // FmtDateFull returns the full date representation of 't' for 'lb'
  372. func (lb *lb) FmtDateFull(t time.Time) string {
  373. b := make([]byte, 0, 32)
  374. b = append(b, lb.daysWide[t.Weekday()]...)
  375. b = append(b, []byte{0x2c, 0x20}...)
  376. b = strconv.AppendInt(b, int64(t.Day()), 10)
  377. b = append(b, []byte{0x2e, 0x20}...)
  378. b = append(b, lb.monthsWide[t.Month()]...)
  379. b = append(b, []byte{0x20}...)
  380. if t.Year() > 0 {
  381. b = strconv.AppendInt(b, int64(t.Year()), 10)
  382. } else {
  383. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  384. }
  385. return string(b)
  386. }
  387. // FmtTimeShort returns the short time representation of 't' for 'lb'
  388. func (lb *lb) FmtTimeShort(t time.Time) string {
  389. b := make([]byte, 0, 32)
  390. if t.Hour() < 10 {
  391. b = append(b, '0')
  392. }
  393. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  394. b = append(b, lb.timeSeparator...)
  395. if t.Minute() < 10 {
  396. b = append(b, '0')
  397. }
  398. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  399. return string(b)
  400. }
  401. // FmtTimeMedium returns the medium time representation of 't' for 'lb'
  402. func (lb *lb) FmtTimeMedium(t time.Time) string {
  403. b := make([]byte, 0, 32)
  404. if t.Hour() < 10 {
  405. b = append(b, '0')
  406. }
  407. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  408. b = append(b, lb.timeSeparator...)
  409. if t.Minute() < 10 {
  410. b = append(b, '0')
  411. }
  412. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  413. b = append(b, lb.timeSeparator...)
  414. if t.Second() < 10 {
  415. b = append(b, '0')
  416. }
  417. b = strconv.AppendInt(b, int64(t.Second()), 10)
  418. return string(b)
  419. }
  420. // FmtTimeLong returns the long time representation of 't' for 'lb'
  421. func (lb *lb) FmtTimeLong(t time.Time) string {
  422. b := make([]byte, 0, 32)
  423. if t.Hour() < 10 {
  424. b = append(b, '0')
  425. }
  426. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  427. b = append(b, lb.timeSeparator...)
  428. if t.Minute() < 10 {
  429. b = append(b, '0')
  430. }
  431. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  432. b = append(b, lb.timeSeparator...)
  433. if t.Second() < 10 {
  434. b = append(b, '0')
  435. }
  436. b = strconv.AppendInt(b, int64(t.Second()), 10)
  437. b = append(b, []byte{0x20}...)
  438. tz, _ := t.Zone()
  439. b = append(b, tz...)
  440. return string(b)
  441. }
  442. // FmtTimeFull returns the full time representation of 't' for 'lb'
  443. func (lb *lb) FmtTimeFull(t time.Time) string {
  444. b := make([]byte, 0, 32)
  445. if t.Hour() < 10 {
  446. b = append(b, '0')
  447. }
  448. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  449. b = append(b, lb.timeSeparator...)
  450. if t.Minute() < 10 {
  451. b = append(b, '0')
  452. }
  453. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  454. b = append(b, lb.timeSeparator...)
  455. if t.Second() < 10 {
  456. b = append(b, '0')
  457. }
  458. b = strconv.AppendInt(b, int64(t.Second()), 10)
  459. b = append(b, []byte{0x20}...)
  460. tz, _ := t.Zone()
  461. if btz, ok := lb.timezones[tz]; ok {
  462. b = append(b, btz...)
  463. } else {
  464. b = append(b, tz...)
  465. }
  466. return string(b)
  467. }