vi.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. package vi
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type vi 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. perMille string
  19. timeSeparator string
  20. inifinity string
  21. currencies []string // idx = enum of currency code
  22. currencyPositiveSuffix string
  23. currencyNegativeSuffix string
  24. monthsAbbreviated []string
  25. monthsNarrow []string
  26. monthsWide []string
  27. daysAbbreviated []string
  28. daysNarrow []string
  29. daysShort []string
  30. daysWide []string
  31. periodsAbbreviated []string
  32. periodsNarrow []string
  33. periodsShort []string
  34. periodsWide []string
  35. erasAbbreviated []string
  36. erasNarrow []string
  37. erasWide []string
  38. timezones map[string]string
  39. }
  40. // New returns a new instance of translator for the 'vi' locale
  41. func New() locales.Translator {
  42. return &vi{
  43. locale: "vi",
  44. pluralsCardinal: []locales.PluralRule{6},
  45. pluralsOrdinal: []locales.PluralRule{2, 6},
  46. pluralsRange: []locales.PluralRule{6},
  47. decimal: ",",
  48. group: ".",
  49. minus: "-",
  50. percent: "%",
  51. perMille: "‰",
  52. timeSeparator: ":",
  53. inifinity: "∞",
  54. currencies: []string{"ADP", "AED", "AFA", "AFN", "ALK ", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "ATS", "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", "BYR", "BZD", "CA$", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "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", "JP¥", "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", "SUR", "SVC", "SYP", "SZL", "฿", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "NT$", "TZS", "UAH", "UAK", "UGS", "UGX", "US$", "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"},
  55. currencyPositiveSuffix: " ",
  56. currencyNegativeSuffix: " ",
  57. monthsAbbreviated: []string{"", "thg 1", "thg 2", "thg 3", "thg 4", "thg 5", "thg 6", "thg 7", "thg 8", "thg 9", "thg 10", "thg 11", "thg 12"},
  58. monthsNarrow: []string{"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"},
  59. monthsWide: []string{"", "tháng 1", "tháng 2", "tháng 3", "tháng 4", "tháng 5", "tháng 6", "tháng 7", "tháng 8", "tháng 9", "tháng 10", "tháng 11", "tháng 12"},
  60. daysAbbreviated: []string{"CN", "Th 2", "Th 3", "Th 4", "Th 5", "Th 6", "Th 7"},
  61. daysNarrow: []string{"CN", "T2", "T3", "T4", "T5", "T6", "T7"},
  62. daysShort: []string{"CN", "T2", "T3", "T4", "T5", "T6", "T7"},
  63. daysWide: []string{"Chủ Nhật", "Thứ Hai", "Thứ Ba", "Thứ Tư", "Thứ Năm", "Thứ Sáu", "Thứ Bảy"},
  64. periodsAbbreviated: []string{"SA", "CH"},
  65. periodsNarrow: []string{"s", "c"},
  66. periodsWide: []string{"SA", "CH"},
  67. erasAbbreviated: []string{"tr. CN", "sau CN"},
  68. erasNarrow: []string{"tr. CN", "sau CN"},
  69. erasWide: []string{"tr. CN", "sau CN"},
  70. timezones: map[string]string{"CDT": "Giờ ban ngày miền trung", "AEST": "Giờ Chuẩn Miền Đông Nước Úc", "AEDT": "Giờ Mùa Hè Miền Đông Nước Úc", "EAT": "Giờ Đông Phi", "WAST": "Giờ Mùa Hè Tây Phi", "WIB": "Giờ Miền Tây Indonesia", "MYT": "Giờ Malaysia", "CAT": "Giờ Trung Phi", "ADT": "Giờ Mùa hè Đại Tây Dương", "HAST": "Giờ Chuẩn Hawaii-Aleutian", "LHDT": "Giờ Mùa Hè Lord Howe", "GYT": "Giờ Guyana", "CHAST": "Giờ Chuẩn Chatham", "ECT": "Giờ Ecuador", "TMST": "Giờ Mùa Hè Turkmenistan", "JST": "Giờ Chuẩn Nhật Bản", "SRT": "Giờ Suriname", "ACWDT": "Giờ Mùa Hè Miền Trung Tây Nước Úc", "MST": "Giờ chuẩn miền núi", "IST": "Giờ Chuẩn Ấn Độ", "GMT": "Giờ Trung bình Greenwich", "EST": "Giờ chuẩn miền đông", "WIT": "Giờ Miền Đông Indonesia", "OEZ": "Giờ Chuẩn Đông Âu", "OESZ": "Giờ Mùa Hè Đông Âu", "GFT": "Giờ Guiana thuộc Pháp", "JDT": "Giờ Mùa Hè Nhật Bản", "NZST": "Giờ Chuẩn New Zealand", "UYST": "Giờ Mùa Hè Uruguay", "MDT": "Giờ ban ngày miền núi", "WAT": "Giờ Chuẩn Tây Phi", "BT": "Giờ Bhutan", "MESZ": "Giờ Mùa Hè Trung Âu", "COT": "Giờ Chuẩn Colombia", "HKT": "Giờ Chuẩn Hồng Kông", "HAT": "Giờ Mùa Hè Newfoundland", "MEZ": "Giờ Chuẩn Trung Âu", "∅∅∅": "Giờ Mùa Hè Brasilia", "SGT": "Giờ Singapore", "AKDT": "Giờ Mùa Hè Alaska", "ChST": "Giờ Chamorro", "HNT": "Giờ Chuẩn Newfoundland", "ART": "Giờ Chuẩn Argentina", "CHADT": "Giờ Mùa Hè Chatham", "TMT": "Giờ Chuẩn Turkmenistan", "ACST": "Giờ Chuẩn Miền Trung Nước Úc", "HKST": "Giờ Mùa Hè Hồng Kông", "WITA": "Giờ Miền Trung Indonesia", "AKST": "Giờ Chuẩn Alaska", "PDT": "Giờ ban ngày Thái Bình Dương", "CLT": "Giờ Chuẩn Chile", "ACWST": "Giờ Chuẩn Miền Trung Tây Nước Úc", "SAST": "Giờ Chuẩn Nam Phi", "COST": "Giờ Mùa Hè Colombia", "AST": "Giờ Chuẩn Đại Tây Dương", "AWST": "Giờ Chuẩn Miền Tây Nước Úc", "AWDT": "Giờ Mùa Hè Miền Tây Nước Úc", "CST": "Giờ chuẩn miền trung", "CLST": "Giờ Mùa Hè Chile", "WESZ": "Giờ Mùa hè Tây Âu", "WART": "Giờ chuẩn miền mây Argentina", "ARST": "Giờ Mùa Hè Argentina", "PST": "Giờ chuẩn Thái Bình Dương", "NZDT": "Giờ Mùa Hè New Zealand", "BOT": "Giờ Bolivia", "WEZ": "Giờ Chuẩn Tây Âu", "HADT": "Giờ Mùa Hè Hawaii-Aleutian", "ACDT": "Giờ Mùa Hè Miền Trung Nước Úc", "UYT": "Giờ Chuẩn Uruguay", "VET": "Giờ Venezuela", "EDT": "Giờ ban ngày miền đông", "LHST": "Giờ Chuẩn Lord Howe", "WARST": "Giờ mùa hè miền tây Argentina"},
  71. }
  72. }
  73. // Locale returns the current translators string locale
  74. func (vi *vi) Locale() string {
  75. return vi.locale
  76. }
  77. // PluralsCardinal returns the list of cardinal plural rules associated with 'vi'
  78. func (vi *vi) PluralsCardinal() []locales.PluralRule {
  79. return vi.pluralsCardinal
  80. }
  81. // PluralsOrdinal returns the list of ordinal plural rules associated with 'vi'
  82. func (vi *vi) PluralsOrdinal() []locales.PluralRule {
  83. return vi.pluralsOrdinal
  84. }
  85. // PluralsRange returns the list of range plural rules associated with 'vi'
  86. func (vi *vi) PluralsRange() []locales.PluralRule {
  87. return vi.pluralsRange
  88. }
  89. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'vi'
  90. func (vi *vi) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  91. return locales.PluralRuleOther
  92. }
  93. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'vi'
  94. func (vi *vi) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  95. n := math.Abs(num)
  96. if n == 1 {
  97. return locales.PluralRuleOne
  98. }
  99. return locales.PluralRuleOther
  100. }
  101. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'vi'
  102. func (vi *vi) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  103. return locales.PluralRuleOther
  104. }
  105. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  106. func (vi *vi) MonthAbbreviated(month time.Month) string {
  107. return vi.monthsAbbreviated[month]
  108. }
  109. // MonthsAbbreviated returns the locales abbreviated months
  110. func (vi *vi) MonthsAbbreviated() []string {
  111. return vi.monthsAbbreviated[1:]
  112. }
  113. // MonthNarrow returns the locales narrow month given the 'month' provided
  114. func (vi *vi) MonthNarrow(month time.Month) string {
  115. return vi.monthsNarrow[month]
  116. }
  117. // MonthsNarrow returns the locales narrow months
  118. func (vi *vi) MonthsNarrow() []string {
  119. return vi.monthsNarrow[1:]
  120. }
  121. // MonthWide returns the locales wide month given the 'month' provided
  122. func (vi *vi) MonthWide(month time.Month) string {
  123. return vi.monthsWide[month]
  124. }
  125. // MonthsWide returns the locales wide months
  126. func (vi *vi) MonthsWide() []string {
  127. return vi.monthsWide[1:]
  128. }
  129. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  130. func (vi *vi) WeekdayAbbreviated(weekday time.Weekday) string {
  131. return vi.daysAbbreviated[weekday]
  132. }
  133. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  134. func (vi *vi) WeekdaysAbbreviated() []string {
  135. return vi.daysAbbreviated
  136. }
  137. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  138. func (vi *vi) WeekdayNarrow(weekday time.Weekday) string {
  139. return vi.daysNarrow[weekday]
  140. }
  141. // WeekdaysNarrow returns the locales narrow weekdays
  142. func (vi *vi) WeekdaysNarrow() []string {
  143. return vi.daysNarrow
  144. }
  145. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  146. func (vi *vi) WeekdayShort(weekday time.Weekday) string {
  147. return vi.daysShort[weekday]
  148. }
  149. // WeekdaysShort returns the locales short weekdays
  150. func (vi *vi) WeekdaysShort() []string {
  151. return vi.daysShort
  152. }
  153. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  154. func (vi *vi) WeekdayWide(weekday time.Weekday) string {
  155. return vi.daysWide[weekday]
  156. }
  157. // WeekdaysWide returns the locales wide weekdays
  158. func (vi *vi) WeekdaysWide() []string {
  159. return vi.daysWide
  160. }
  161. // FmtNumber returns 'num' with digits/precision of 'v' for 'vi' and handles both Whole and Real numbers based on 'v'
  162. func (vi *vi) FmtNumber(num float64, v uint64) string {
  163. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  164. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  165. count := 0
  166. inWhole := v == 0
  167. b := make([]byte, 0, l)
  168. for i := len(s) - 1; i >= 0; i-- {
  169. if s[i] == '.' {
  170. b = append(b, vi.decimal[0])
  171. inWhole = true
  172. continue
  173. }
  174. if inWhole {
  175. if count == 3 {
  176. b = append(b, vi.group[0])
  177. count = 1
  178. } else {
  179. count++
  180. }
  181. }
  182. b = append(b, s[i])
  183. }
  184. if num < 0 {
  185. b = append(b, vi.minus[0])
  186. }
  187. // reverse
  188. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  189. b[i], b[j] = b[j], b[i]
  190. }
  191. return string(b)
  192. }
  193. // FmtPercent returns 'num' with digits/precision of 'v' for 'vi' and handles both Whole and Real numbers based on 'v'
  194. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  195. func (vi *vi) FmtPercent(num float64, v uint64) string {
  196. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  197. l := len(s) + 3
  198. b := make([]byte, 0, l)
  199. for i := len(s) - 1; i >= 0; i-- {
  200. if s[i] == '.' {
  201. b = append(b, vi.decimal[0])
  202. continue
  203. }
  204. b = append(b, s[i])
  205. }
  206. if num < 0 {
  207. b = append(b, vi.minus[0])
  208. }
  209. // reverse
  210. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  211. b[i], b[j] = b[j], b[i]
  212. }
  213. b = append(b, vi.percent...)
  214. return string(b)
  215. }
  216. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'vi'
  217. func (vi *vi) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  218. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  219. symbol := vi.currencies[currency]
  220. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  221. count := 0
  222. inWhole := v == 0
  223. b := make([]byte, 0, l)
  224. for i := len(s) - 1; i >= 0; i-- {
  225. if s[i] == '.' {
  226. b = append(b, vi.decimal[0])
  227. inWhole = true
  228. continue
  229. }
  230. if inWhole {
  231. if count == 3 {
  232. b = append(b, vi.group[0])
  233. count = 1
  234. } else {
  235. count++
  236. }
  237. }
  238. b = append(b, s[i])
  239. }
  240. if num < 0 {
  241. b = append(b, vi.minus[0])
  242. }
  243. // reverse
  244. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  245. b[i], b[j] = b[j], b[i]
  246. }
  247. if int(v) < 2 {
  248. if v == 0 {
  249. b = append(b, vi.decimal...)
  250. }
  251. for i := 0; i < 2-int(v); i++ {
  252. b = append(b, '0')
  253. }
  254. }
  255. b = append(b, vi.currencyPositiveSuffix...)
  256. b = append(b, symbol...)
  257. return string(b)
  258. }
  259. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'vi'
  260. // in accounting notation.
  261. func (vi *vi) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  262. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  263. symbol := vi.currencies[currency]
  264. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  265. count := 0
  266. inWhole := v == 0
  267. b := make([]byte, 0, l)
  268. for i := len(s) - 1; i >= 0; i-- {
  269. if s[i] == '.' {
  270. b = append(b, vi.decimal[0])
  271. inWhole = true
  272. continue
  273. }
  274. if inWhole {
  275. if count == 3 {
  276. b = append(b, vi.group[0])
  277. count = 1
  278. } else {
  279. count++
  280. }
  281. }
  282. b = append(b, s[i])
  283. }
  284. if num < 0 {
  285. b = append(b, vi.minus[0])
  286. }
  287. // reverse
  288. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  289. b[i], b[j] = b[j], b[i]
  290. }
  291. if int(v) < 2 {
  292. if v == 0 {
  293. b = append(b, vi.decimal...)
  294. }
  295. for i := 0; i < 2-int(v); i++ {
  296. b = append(b, '0')
  297. }
  298. }
  299. if num < 0 {
  300. b = append(b, vi.currencyNegativeSuffix...)
  301. b = append(b, symbol...)
  302. } else {
  303. b = append(b, vi.currencyPositiveSuffix...)
  304. b = append(b, symbol...)
  305. }
  306. return string(b)
  307. }
  308. // FmtDateShort returns the short date representation of 't' for 'vi'
  309. func (vi *vi) FmtDateShort(t time.Time) string {
  310. b := make([]byte, 0, 32)
  311. if t.Day() < 10 {
  312. b = append(b, '0')
  313. }
  314. b = strconv.AppendInt(b, int64(t.Day()), 10)
  315. b = append(b, []byte{0x2f}...)
  316. if t.Month() < 10 {
  317. b = append(b, '0')
  318. }
  319. b = strconv.AppendInt(b, int64(t.Month()), 10)
  320. b = append(b, []byte{0x2f}...)
  321. b = strconv.AppendInt(b, int64(t.Year()), 10)
  322. return string(b)
  323. }
  324. // FmtDateMedium returns the medium date representation of 't' for 'vi'
  325. func (vi *vi) FmtDateMedium(t time.Time) string {
  326. b := make([]byte, 0, 32)
  327. b = strconv.AppendInt(b, int64(t.Day()), 10)
  328. b = append(b, []byte{0x20}...)
  329. b = append(b, vi.monthsAbbreviated[t.Month()]...)
  330. b = append(b, []byte{0x2c, 0x20}...)
  331. b = strconv.AppendInt(b, int64(t.Year()), 10)
  332. return string(b)
  333. }
  334. // FmtDateLong returns the long date representation of 't' for 'vi'
  335. func (vi *vi) FmtDateLong(t time.Time) string {
  336. b := make([]byte, 0, 32)
  337. b = append(b, []byte{0x27, 0x4e, 0x67, 0xc3, 0xa0, 0x79, 0x27, 0x20}...)
  338. if t.Day() < 10 {
  339. b = append(b, '0')
  340. }
  341. b = strconv.AppendInt(b, int64(t.Day()), 10)
  342. b = append(b, []byte{}...)
  343. b = append(b, []byte{0x27, 0x74, 0x68, 0xc3, 0xa1, 0x6e, 0x67, 0x27, 0x20}...)
  344. if t.Month() < 10 {
  345. b = append(b, '0')
  346. }
  347. b = strconv.AppendInt(b, int64(t.Month()), 10)
  348. b = append(b, []byte{}...)
  349. b = append(b, []byte{0x27, 0x6e, 0xc4, 0x83, 0x6d, 0x27, 0x20}...)
  350. b = strconv.AppendInt(b, int64(t.Year()), 10)
  351. return string(b)
  352. }
  353. // FmtDateFull returns the full date representation of 't' for 'vi'
  354. func (vi *vi) FmtDateFull(t time.Time) string {
  355. b := make([]byte, 0, 32)
  356. b = append(b, vi.daysWide[t.Weekday()]...)
  357. b = append(b, []byte{0x2c}...)
  358. b = append(b, []byte{0x27, 0x6e, 0x67, 0xc3, 0xa0, 0x79, 0x27, 0x20}...)
  359. if t.Day() < 10 {
  360. b = append(b, '0')
  361. }
  362. b = strconv.AppendInt(b, int64(t.Day()), 10)
  363. b = append(b, []byte{0x20}...)
  364. b = append(b, vi.monthsWide[t.Month()]...)
  365. b = append(b, []byte{}...)
  366. b = append(b, []byte{0x27, 0x6e, 0xc4, 0x83, 0x6d, 0x27, 0x20}...)
  367. b = strconv.AppendInt(b, int64(t.Year()), 10)
  368. return string(b)
  369. }
  370. // FmtTimeShort returns the short time representation of 't' for 'vi'
  371. func (vi *vi) FmtTimeShort(t time.Time) string {
  372. b := make([]byte, 0, 32)
  373. if t.Hour() < 10 {
  374. b = append(b, '0')
  375. }
  376. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  377. b = append(b, vi.timeSeparator...)
  378. if t.Minute() < 10 {
  379. b = append(b, '0')
  380. }
  381. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  382. return string(b)
  383. }
  384. // FmtTimeMedium returns the medium time representation of 't' for 'vi'
  385. func (vi *vi) FmtTimeMedium(t time.Time) string {
  386. b := make([]byte, 0, 32)
  387. if t.Hour() < 10 {
  388. b = append(b, '0')
  389. }
  390. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  391. b = append(b, vi.timeSeparator...)
  392. if t.Minute() < 10 {
  393. b = append(b, '0')
  394. }
  395. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  396. b = append(b, vi.timeSeparator...)
  397. if t.Second() < 10 {
  398. b = append(b, '0')
  399. }
  400. b = strconv.AppendInt(b, int64(t.Second()), 10)
  401. return string(b)
  402. }
  403. // FmtTimeLong returns the long time representation of 't' for 'vi'
  404. func (vi *vi) FmtTimeLong(t time.Time) string {
  405. b := make([]byte, 0, 32)
  406. if t.Hour() < 10 {
  407. b = append(b, '0')
  408. }
  409. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  410. b = append(b, vi.timeSeparator...)
  411. if t.Minute() < 10 {
  412. b = append(b, '0')
  413. }
  414. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  415. b = append(b, vi.timeSeparator...)
  416. if t.Second() < 10 {
  417. b = append(b, '0')
  418. }
  419. b = strconv.AppendInt(b, int64(t.Second()), 10)
  420. b = append(b, []byte{0x20}...)
  421. tz, _ := t.Zone()
  422. b = append(b, tz...)
  423. return string(b)
  424. }
  425. // FmtTimeFull returns the full time representation of 't' for 'vi'
  426. func (vi *vi) FmtTimeFull(t time.Time) string {
  427. b := make([]byte, 0, 32)
  428. if t.Hour() < 10 {
  429. b = append(b, '0')
  430. }
  431. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  432. b = append(b, vi.timeSeparator...)
  433. if t.Minute() < 10 {
  434. b = append(b, '0')
  435. }
  436. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  437. b = append(b, vi.timeSeparator...)
  438. if t.Second() < 10 {
  439. b = append(b, '0')
  440. }
  441. b = strconv.AppendInt(b, int64(t.Second()), 10)
  442. b = append(b, []byte{0x20}...)
  443. tz, _ := t.Zone()
  444. if btz, ok := vi.timezones[tz]; ok {
  445. b = append(b, btz...)
  446. } else {
  447. b = append(b, tz...)
  448. }
  449. return string(b)
  450. }