jgo_CM.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. package jgo_CM
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type jgo_CM 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. currencyPositivePrefix string
  23. currencyNegativePrefix 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 'jgo_CM' locale
  41. func New() locales.Translator {
  42. return &jgo_CM{
  43. locale: "jgo_CM",
  44. pluralsCardinal: []locales.PluralRule{2, 6},
  45. pluralsOrdinal: nil,
  46. pluralsRange: nil,
  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", "AUD", "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", "BRL", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNH", "CNX", "CNY", "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", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "KRW", "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", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "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", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGX", "USD", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "VND", "VNN", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"},
  55. currencyPositivePrefix: " ",
  56. currencyNegativePrefix: " ",
  57. monthsAbbreviated: []string{"", "Nduŋmbi Saŋ", "Pɛsaŋ Pɛ́pá", "Pɛsaŋ Pɛ́tát", "Pɛsaŋ Pɛ́nɛ́kwa", "Pɛsaŋ Pataa", "Pɛsaŋ Pɛ́nɛ́ntúkú", "Pɛsaŋ Saambá", "Pɛsaŋ Pɛ́nɛ́fɔm", "Pɛsaŋ Pɛ́nɛ́pfúꞋú", "Pɛsaŋ Nɛgɛ́m", "Pɛsaŋ Ntsɔ̌pmɔ́", "Pɛsaŋ Ntsɔ̌ppá"},
  58. monthsNarrow: []string{"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"},
  59. monthsWide: []string{"", "Nduŋmbi Saŋ", "Pɛsaŋ Pɛ́pá", "Pɛsaŋ Pɛ́tát", "Pɛsaŋ Pɛ́nɛ́kwa", "Pɛsaŋ Pataa", "Pɛsaŋ Pɛ́nɛ́ntúkú", "Pɛsaŋ Saambá", "Pɛsaŋ Pɛ́nɛ́fɔm", "Pɛsaŋ Pɛ́nɛ́pfúꞋú", "Pɛsaŋ Nɛgɛ́m", "Pɛsaŋ Ntsɔ̌pmɔ́", "Pɛsaŋ Ntsɔ̌ppá"},
  60. daysAbbreviated: []string{"Sɔ́ndi", "Mɔ́ndi", "Ápta Mɔ́ndi", "Wɛ́nɛsɛdɛ", "Tɔ́sɛdɛ", "Fɛlâyɛdɛ", "Sásidɛ"},
  61. daysNarrow: []string{"Sɔ́", "Mɔ́", "ÁM", "Wɛ́", "Tɔ́", "Fɛ", "Sá"},
  62. daysWide: []string{"Sɔ́ndi", "Mɔ́ndi", "Ápta Mɔ́ndi", "Wɛ́nɛsɛdɛ", "Tɔ́sɛdɛ", "Fɛlâyɛdɛ", "Sásidɛ"},
  63. periodsAbbreviated: []string{"mbaꞌmbaꞌ", "ŋka mbɔ́t nji"},
  64. periodsWide: []string{"mbaꞌmbaꞌ", "ŋka mbɔ́t nji"},
  65. erasAbbreviated: []string{"BCE", "CE"},
  66. erasNarrow: []string{"", ""},
  67. erasWide: []string{"tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́", "tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́"},
  68. timezones: map[string]string{"HNEG": "HNEG", "CLT": "CLT", "UYT": "UYT", "PST": "PST", "BT": "BT", "ACWST": "ACWST", "VET": "VET", "AWST": "AWST", "∅∅∅": "∅∅∅", "JDT": "JDT", "WITA": "WITA", "COST": "COST", "AKST": "AKST", "HENOMX": "HENOMX", "HAST": "HAST", "ARST": "ARST", "AKDT": "AKDT", "IST": "IST", "ART": "ART", "UYST": "UYST", "MDT": "MDT", "SAST": "SAST", "MYT": "MYT", "HAT": "HAT", "HEPM": "HEPM", "HADT": "HADT", "GMT": "GMT", "WAST": "WAST", "SGT": "SGT", "ACDT": "ACDT", "MEZ": "MEZ", "MESZ": "MESZ", "CAT": "CAT", "WAT": "WAT", "NZST": "NZST", "LHDT": "LHDT", "WART": "WART", "HNNOMX": "HNNOMX", "HECU": "HECU", "WIB": "WIB", "EST": "EST", "LHST": "LHST", "EAT": "EAT", "CLST": "CLST", "TMST": "TMST", "PDT": "PDT", "ACST": "ACST", "HNOG": "HNOG", "AST": "AST", "GFT": "GFT", "HEOG": "HEOG", "WARST": "WARST", "OEZ": "OEZ", "GYT": "GYT", "CST": "CST", "AWDT": "AWDT", "HNPMX": "HNPMX", "WIT": "WIT", "CHAST": "CHAST", "CHADT": "CHADT", "ACWDT": "ACWDT", "ChST": "ChST", "HKT": "HKT", "ADT": "ADT", "AEST": "AEST", "AEDT": "AEDT", "NZDT": "NZDT", "BOT": "BOT", "JST": "JST", "ECT": "ECT", "TMT": "TMT", "OESZ": "OESZ", "HEPMX": "HEPMX", "WEZ": "WEZ", "WESZ": "WESZ", "EDT": "EDT", "HKST": "HKST", "HNT": "HNT", "SRT": "SRT", "COT": "COT", "HNCU": "HNCU", "CDT": "CDT", "MST": "MST", "HEEG": "HEEG", "HNPM": "HNPM"},
  69. }
  70. }
  71. // Locale returns the current translators string locale
  72. func (jgo *jgo_CM) Locale() string {
  73. return jgo.locale
  74. }
  75. // PluralsCardinal returns the list of cardinal plural rules associated with 'jgo_CM'
  76. func (jgo *jgo_CM) PluralsCardinal() []locales.PluralRule {
  77. return jgo.pluralsCardinal
  78. }
  79. // PluralsOrdinal returns the list of ordinal plural rules associated with 'jgo_CM'
  80. func (jgo *jgo_CM) PluralsOrdinal() []locales.PluralRule {
  81. return jgo.pluralsOrdinal
  82. }
  83. // PluralsRange returns the list of range plural rules associated with 'jgo_CM'
  84. func (jgo *jgo_CM) PluralsRange() []locales.PluralRule {
  85. return jgo.pluralsRange
  86. }
  87. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'jgo_CM'
  88. func (jgo *jgo_CM) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  89. n := math.Abs(num)
  90. if n == 1 {
  91. return locales.PluralRuleOne
  92. }
  93. return locales.PluralRuleOther
  94. }
  95. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'jgo_CM'
  96. func (jgo *jgo_CM) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  97. return locales.PluralRuleUnknown
  98. }
  99. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'jgo_CM'
  100. func (jgo *jgo_CM) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  101. return locales.PluralRuleUnknown
  102. }
  103. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  104. func (jgo *jgo_CM) MonthAbbreviated(month time.Month) string {
  105. return jgo.monthsAbbreviated[month]
  106. }
  107. // MonthsAbbreviated returns the locales abbreviated months
  108. func (jgo *jgo_CM) MonthsAbbreviated() []string {
  109. return jgo.monthsAbbreviated[1:]
  110. }
  111. // MonthNarrow returns the locales narrow month given the 'month' provided
  112. func (jgo *jgo_CM) MonthNarrow(month time.Month) string {
  113. return jgo.monthsNarrow[month]
  114. }
  115. // MonthsNarrow returns the locales narrow months
  116. func (jgo *jgo_CM) MonthsNarrow() []string {
  117. return jgo.monthsNarrow[1:]
  118. }
  119. // MonthWide returns the locales wide month given the 'month' provided
  120. func (jgo *jgo_CM) MonthWide(month time.Month) string {
  121. return jgo.monthsWide[month]
  122. }
  123. // MonthsWide returns the locales wide months
  124. func (jgo *jgo_CM) MonthsWide() []string {
  125. return jgo.monthsWide[1:]
  126. }
  127. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  128. func (jgo *jgo_CM) WeekdayAbbreviated(weekday time.Weekday) string {
  129. return jgo.daysAbbreviated[weekday]
  130. }
  131. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  132. func (jgo *jgo_CM) WeekdaysAbbreviated() []string {
  133. return jgo.daysAbbreviated
  134. }
  135. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  136. func (jgo *jgo_CM) WeekdayNarrow(weekday time.Weekday) string {
  137. return jgo.daysNarrow[weekday]
  138. }
  139. // WeekdaysNarrow returns the locales narrow weekdays
  140. func (jgo *jgo_CM) WeekdaysNarrow() []string {
  141. return jgo.daysNarrow
  142. }
  143. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  144. func (jgo *jgo_CM) WeekdayShort(weekday time.Weekday) string {
  145. return jgo.daysShort[weekday]
  146. }
  147. // WeekdaysShort returns the locales short weekdays
  148. func (jgo *jgo_CM) WeekdaysShort() []string {
  149. return jgo.daysShort
  150. }
  151. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  152. func (jgo *jgo_CM) WeekdayWide(weekday time.Weekday) string {
  153. return jgo.daysWide[weekday]
  154. }
  155. // WeekdaysWide returns the locales wide weekdays
  156. func (jgo *jgo_CM) WeekdaysWide() []string {
  157. return jgo.daysWide
  158. }
  159. // Decimal returns the decimal point of number
  160. func (jgo *jgo_CM) Decimal() string {
  161. return jgo.decimal
  162. }
  163. // Group returns the group of number
  164. func (jgo *jgo_CM) Group() string {
  165. return jgo.group
  166. }
  167. // Group returns the minus sign of number
  168. func (jgo *jgo_CM) Minus() string {
  169. return jgo.minus
  170. }
  171. // FmtNumber returns 'num' with digits/precision of 'v' for 'jgo_CM' and handles both Whole and Real numbers based on 'v'
  172. func (jgo *jgo_CM) FmtNumber(num float64, v uint64) string {
  173. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  174. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  175. count := 0
  176. inWhole := v == 0
  177. b := make([]byte, 0, l)
  178. for i := len(s) - 1; i >= 0; i-- {
  179. if s[i] == '.' {
  180. b = append(b, jgo.decimal[0])
  181. inWhole = true
  182. continue
  183. }
  184. if inWhole {
  185. if count == 3 {
  186. b = append(b, jgo.group[0])
  187. count = 1
  188. } else {
  189. count++
  190. }
  191. }
  192. b = append(b, s[i])
  193. }
  194. if num < 0 {
  195. b = append(b, jgo.minus[0])
  196. }
  197. // reverse
  198. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  199. b[i], b[j] = b[j], b[i]
  200. }
  201. return string(b)
  202. }
  203. // FmtPercent returns 'num' with digits/precision of 'v' for 'jgo_CM' and handles both Whole and Real numbers based on 'v'
  204. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  205. func (jgo *jgo_CM) FmtPercent(num float64, v uint64) string {
  206. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  207. l := len(s) + 3
  208. b := make([]byte, 0, l)
  209. for i := len(s) - 1; i >= 0; i-- {
  210. if s[i] == '.' {
  211. b = append(b, jgo.decimal[0])
  212. continue
  213. }
  214. b = append(b, s[i])
  215. }
  216. if num < 0 {
  217. b = append(b, jgo.minus[0])
  218. }
  219. // reverse
  220. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  221. b[i], b[j] = b[j], b[i]
  222. }
  223. b = append(b, jgo.percent...)
  224. return string(b)
  225. }
  226. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'jgo_CM'
  227. func (jgo *jgo_CM) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  228. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  229. symbol := jgo.currencies[currency]
  230. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  231. count := 0
  232. inWhole := v == 0
  233. b := make([]byte, 0, l)
  234. for i := len(s) - 1; i >= 0; i-- {
  235. if s[i] == '.' {
  236. b = append(b, jgo.decimal[0])
  237. inWhole = true
  238. continue
  239. }
  240. if inWhole {
  241. if count == 3 {
  242. b = append(b, jgo.group[0])
  243. count = 1
  244. } else {
  245. count++
  246. }
  247. }
  248. b = append(b, s[i])
  249. }
  250. for j := len(symbol) - 1; j >= 0; j-- {
  251. b = append(b, symbol[j])
  252. }
  253. for j := len(jgo.currencyPositivePrefix) - 1; j >= 0; j-- {
  254. b = append(b, jgo.currencyPositivePrefix[j])
  255. }
  256. if num < 0 {
  257. b = append(b, jgo.minus[0])
  258. }
  259. // reverse
  260. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  261. b[i], b[j] = b[j], b[i]
  262. }
  263. if int(v) < 2 {
  264. if v == 0 {
  265. b = append(b, jgo.decimal...)
  266. }
  267. for i := 0; i < 2-int(v); i++ {
  268. b = append(b, '0')
  269. }
  270. }
  271. return string(b)
  272. }
  273. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'jgo_CM'
  274. // in accounting notation.
  275. func (jgo *jgo_CM) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  276. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  277. symbol := jgo.currencies[currency]
  278. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  279. count := 0
  280. inWhole := v == 0
  281. b := make([]byte, 0, l)
  282. for i := len(s) - 1; i >= 0; i-- {
  283. if s[i] == '.' {
  284. b = append(b, jgo.decimal[0])
  285. inWhole = true
  286. continue
  287. }
  288. if inWhole {
  289. if count == 3 {
  290. b = append(b, jgo.group[0])
  291. count = 1
  292. } else {
  293. count++
  294. }
  295. }
  296. b = append(b, s[i])
  297. }
  298. if num < 0 {
  299. for j := len(symbol) - 1; j >= 0; j-- {
  300. b = append(b, symbol[j])
  301. }
  302. for j := len(jgo.currencyNegativePrefix) - 1; j >= 0; j-- {
  303. b = append(b, jgo.currencyNegativePrefix[j])
  304. }
  305. b = append(b, jgo.minus[0])
  306. } else {
  307. for j := len(symbol) - 1; j >= 0; j-- {
  308. b = append(b, symbol[j])
  309. }
  310. for j := len(jgo.currencyPositivePrefix) - 1; j >= 0; j-- {
  311. b = append(b, jgo.currencyPositivePrefix[j])
  312. }
  313. }
  314. // reverse
  315. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  316. b[i], b[j] = b[j], b[i]
  317. }
  318. if int(v) < 2 {
  319. if v == 0 {
  320. b = append(b, jgo.decimal...)
  321. }
  322. for i := 0; i < 2-int(v); i++ {
  323. b = append(b, '0')
  324. }
  325. }
  326. return string(b)
  327. }
  328. // FmtDateShort returns the short date representation of 't' for 'jgo_CM'
  329. func (jgo *jgo_CM) FmtDateShort(t time.Time) string {
  330. b := make([]byte, 0, 32)
  331. if t.Year() > 0 {
  332. b = strconv.AppendInt(b, int64(t.Year()), 10)
  333. } else {
  334. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  335. }
  336. b = append(b, []byte{0x2d}...)
  337. if t.Month() < 10 {
  338. b = append(b, '0')
  339. }
  340. b = strconv.AppendInt(b, int64(t.Month()), 10)
  341. b = append(b, []byte{0x2d}...)
  342. if t.Day() < 10 {
  343. b = append(b, '0')
  344. }
  345. b = strconv.AppendInt(b, int64(t.Day()), 10)
  346. return string(b)
  347. }
  348. // FmtDateMedium returns the medium date representation of 't' for 'jgo_CM'
  349. func (jgo *jgo_CM) FmtDateMedium(t time.Time) string {
  350. b := make([]byte, 0, 32)
  351. if t.Year() > 0 {
  352. b = strconv.AppendInt(b, int64(t.Year()), 10)
  353. } else {
  354. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  355. }
  356. b = append(b, []byte{0x20}...)
  357. b = append(b, jgo.monthsAbbreviated[t.Month()]...)
  358. b = append(b, []byte{0x20}...)
  359. b = strconv.AppendInt(b, int64(t.Day()), 10)
  360. return string(b)
  361. }
  362. // FmtDateLong returns the long date representation of 't' for 'jgo_CM'
  363. func (jgo *jgo_CM) FmtDateLong(t time.Time) string {
  364. b := make([]byte, 0, 32)
  365. if t.Year() > 0 {
  366. b = strconv.AppendInt(b, int64(t.Year()), 10)
  367. } else {
  368. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  369. }
  370. b = append(b, []byte{0x20}...)
  371. b = append(b, jgo.monthsWide[t.Month()]...)
  372. b = append(b, []byte{0x20}...)
  373. b = strconv.AppendInt(b, int64(t.Day()), 10)
  374. return string(b)
  375. }
  376. // FmtDateFull returns the full date representation of 't' for 'jgo_CM'
  377. func (jgo *jgo_CM) FmtDateFull(t time.Time) string {
  378. b := make([]byte, 0, 32)
  379. b = append(b, jgo.daysWide[t.Weekday()]...)
  380. b = append(b, []byte{0x2c, 0x20}...)
  381. if t.Year() > 0 {
  382. b = strconv.AppendInt(b, int64(t.Year()), 10)
  383. } else {
  384. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  385. }
  386. b = append(b, []byte{0x20}...)
  387. b = append(b, jgo.monthsWide[t.Month()]...)
  388. b = append(b, []byte{0x20}...)
  389. if t.Day() < 10 {
  390. b = append(b, '0')
  391. }
  392. b = strconv.AppendInt(b, int64(t.Day()), 10)
  393. return string(b)
  394. }
  395. // FmtTimeShort returns the short time representation of 't' for 'jgo_CM'
  396. func (jgo *jgo_CM) FmtTimeShort(t time.Time) string {
  397. b := make([]byte, 0, 32)
  398. if t.Hour() < 10 {
  399. b = append(b, '0')
  400. }
  401. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  402. b = append(b, jgo.timeSeparator...)
  403. if t.Minute() < 10 {
  404. b = append(b, '0')
  405. }
  406. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  407. return string(b)
  408. }
  409. // FmtTimeMedium returns the medium time representation of 't' for 'jgo_CM'
  410. func (jgo *jgo_CM) FmtTimeMedium(t time.Time) string {
  411. b := make([]byte, 0, 32)
  412. if t.Hour() < 10 {
  413. b = append(b, '0')
  414. }
  415. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  416. b = append(b, jgo.timeSeparator...)
  417. if t.Minute() < 10 {
  418. b = append(b, '0')
  419. }
  420. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  421. b = append(b, jgo.timeSeparator...)
  422. if t.Second() < 10 {
  423. b = append(b, '0')
  424. }
  425. b = strconv.AppendInt(b, int64(t.Second()), 10)
  426. return string(b)
  427. }
  428. // FmtTimeLong returns the long time representation of 't' for 'jgo_CM'
  429. func (jgo *jgo_CM) FmtTimeLong(t time.Time) string {
  430. b := make([]byte, 0, 32)
  431. if t.Hour() < 10 {
  432. b = append(b, '0')
  433. }
  434. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  435. b = append(b, jgo.timeSeparator...)
  436. if t.Minute() < 10 {
  437. b = append(b, '0')
  438. }
  439. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  440. b = append(b, jgo.timeSeparator...)
  441. if t.Second() < 10 {
  442. b = append(b, '0')
  443. }
  444. b = strconv.AppendInt(b, int64(t.Second()), 10)
  445. b = append(b, []byte{0x20}...)
  446. tz, _ := t.Zone()
  447. b = append(b, tz...)
  448. return string(b)
  449. }
  450. // FmtTimeFull returns the full time representation of 't' for 'jgo_CM'
  451. func (jgo *jgo_CM) FmtTimeFull(t time.Time) string {
  452. b := make([]byte, 0, 32)
  453. if t.Hour() < 10 {
  454. b = append(b, '0')
  455. }
  456. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  457. b = append(b, jgo.timeSeparator...)
  458. if t.Minute() < 10 {
  459. b = append(b, '0')
  460. }
  461. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  462. b = append(b, jgo.timeSeparator...)
  463. if t.Second() < 10 {
  464. b = append(b, '0')
  465. }
  466. b = strconv.AppendInt(b, int64(t.Second()), 10)
  467. b = append(b, []byte{0x20}...)
  468. tz, _ := t.Zone()
  469. if btz, ok := jgo.timezones[tz]; ok {
  470. b = append(b, btz...)
  471. } else {
  472. b = append(b, tz...)
  473. }
  474. return string(b)
  475. }