fo_DK.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. package fo_DK
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type fo_DK 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. currencyNegativePrefix string
  25. currencyNegativeSuffix string
  26. monthsAbbreviated []string
  27. monthsNarrow []string
  28. monthsWide []string
  29. daysAbbreviated []string
  30. daysNarrow []string
  31. daysShort []string
  32. daysWide []string
  33. periodsAbbreviated []string
  34. periodsNarrow []string
  35. periodsShort []string
  36. periodsWide []string
  37. erasAbbreviated []string
  38. erasNarrow []string
  39. erasWide []string
  40. timezones map[string]string
  41. }
  42. // New returns a new instance of translator for the 'fo_DK' locale
  43. func New() locales.Translator {
  44. return &fo_DK{
  45. locale: "fo_DK",
  46. pluralsCardinal: []locales.PluralRule{2, 6},
  47. pluralsOrdinal: nil,
  48. pluralsRange: nil,
  49. decimal: ",",
  50. group: ".",
  51. minus: "−",
  52. percent: "%",
  53. perMille: "‰",
  54. timeSeparator: ":",
  55. inifinity: "∞",
  56. 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 ", "BYR ", "BZD ", "CAD ", "CDF ", "CHE ", "CHF ", "CHW ", "CLE ", "CLF ", "CLP ", "CNX ", "CNY ", "COP ", "COU ", "CRC ", "CSD ", "CSK ", "CUC ", "CUP ", "CVE ", "CYP ", "CZK ", "DDM ", "DEM ", "DJF ", "kr.", "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 ", "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 "},
  57. percentSuffix: " ",
  58. currencyPositiveSuffix: " ",
  59. currencyNegativePrefix: "(",
  60. currencyNegativeSuffix: " )",
  61. monthsAbbreviated: []string{"", "jan.", "feb.", "mar.", "apr.", "mai", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "des."},
  62. monthsNarrow: []string{"", "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
  63. monthsWide: []string{"", "januar", "februar", "mars", "apríl", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember"},
  64. daysAbbreviated: []string{"sun.", "mán.", "týs.", "mik.", "hós.", "frí.", "ley."},
  65. daysNarrow: []string{"S", "M", "T", "M", "H", "F", "L"},
  66. daysShort: []string{"su.", "má.", "tý.", "mi.", "hó.", "fr.", "le."},
  67. daysWide: []string{"sunnudagur", "mánadagur", "týsdagur", "mikudagur", "hósdagur", "fríggjadagur", "leygardagur"},
  68. periodsAbbreviated: []string{"AM", "PM"},
  69. periodsNarrow: []string{"AM", "PM"},
  70. periodsWide: []string{"AM", "PM"},
  71. erasAbbreviated: []string{"f.Kr.", "e.Kr."},
  72. erasNarrow: []string{"fKr", "eKr"},
  73. erasWide: []string{"fyri Krist", "eftir Krist"},
  74. timezones: map[string]string{"ChST": "Chamorro vanlig tíð", "WART": "Vestur Argentina vanlig tíð", "HADT": "Hawaii-Aleutian summartíð", "EAT": "Eysturafrika tíð", "EDT": "Eastern summartíð", "COST": "Kolombia summartíð", "GFT": "Franska Gujana tíð", "TMST": "Turkmenistan summartíð", "LHST": "Lord Howe vanlig tíð", "VET": "Venesuela tíð", "WARST": "Vestur Argentina summartíð", "NZDT": "Nýsæland summartíð", "LHDT": "Lord Howe summartíð", "GYT": "Gujana tíð", "MEZ": "Miðevropa vanlig tíð", "ACWST": "miðvestur Avstralia vanlig tíð", "CLT": "Kili vanlig tíð", "WITA": "Mið Indonesia tíð", "HNT": "Newfoundland vanlig tíð", "ACDT": "mið Avstralia summartíð", "SRT": "Surinam tíð", "AKDT": "Alaska summartíð", "NZST": "Nýsæland vanlig tíð", "WEZ": "Vesturevropa vanlig tíð", "WIB": "Vestur Indonesia tíð", "SAST": "Suðurafrika vanlig tíð", "MST": "MST", "MDT": "MDT", "AWST": "vestur Avstralia vanlig tíð", "MESZ": "Miðevropa summartíð", "UYST": "Uruguai summartíð", "∅∅∅": "∅∅∅", "MYT": "Malaisia tíð", "CHADT": "Chatham summartíð", "ECT": "Ekvador tíð", "WIT": "Eystur Indonesia tíð", "BT": "Butan tíð", "OEZ": "Eysturevropa vanlig tíð", "ARST": "Argentina summartíð", "TMT": "Turkmenistan vanlig tíð", "PST": "Pacific vanlig tíð", "JST": "Japan vanlig tíð", "CDT": "Central summartíð", "SGT": "Singapor tíð", "AEDT": "eystur Avstralia summartíð", "HKST": "Hong Kong summartíð", "IST": "India tíð", "OESZ": "Eysturevropa summartíð", "AWDT": "vestur Avstralia summartíð", "AEST": "eystur Avstralia vanlig tíð", "WAST": "Vesturafrika summartíð", "JDT": "Japan summartíð", "CHAST": "Chatham vanlig tíð", "CAT": "Miðafrika tíð", "ART": "Argentina vanlig tíð", "ACST": "mið Avstralia vanlig tíð", "AKST": "Alaska vanlig tíð", "CST": "Central vanlig tíð", "AST": "Atlantic vanlig tíð", "HAST": "Hawaii-Aleutian vanlig tíð", "HAT": "Newfoundland summartíð", "PDT": "Pacific summartíð", "WESZ": "Vesturevropa summartíð", "CLST": "Kili summartíð", "ADT": "Atlantic summartíð", "UYT": "Uruguai vanlig tíð", "EST": "Eastern vanlig tíð", "WAT": "Vesturafrika vanlig tíð", "GMT": "Greenwich Mean tíð", "BOT": "Bolivia tíð", "ACWDT": "miðvestur Avstralia summartíð", "COT": "Kolombia vanlig tíð", "HKT": "Hong Kong vanlig tíð"},
  75. }
  76. }
  77. // Locale returns the current translators string locale
  78. func (fo *fo_DK) Locale() string {
  79. return fo.locale
  80. }
  81. // PluralsCardinal returns the list of cardinal plural rules associated with 'fo_DK'
  82. func (fo *fo_DK) PluralsCardinal() []locales.PluralRule {
  83. return fo.pluralsCardinal
  84. }
  85. // PluralsOrdinal returns the list of ordinal plural rules associated with 'fo_DK'
  86. func (fo *fo_DK) PluralsOrdinal() []locales.PluralRule {
  87. return fo.pluralsOrdinal
  88. }
  89. // PluralsRange returns the list of range plural rules associated with 'fo_DK'
  90. func (fo *fo_DK) PluralsRange() []locales.PluralRule {
  91. return fo.pluralsRange
  92. }
  93. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'fo_DK'
  94. func (fo *fo_DK) CardinalPluralRule(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. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'fo_DK'
  102. func (fo *fo_DK) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  103. return locales.PluralRuleUnknown
  104. }
  105. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'fo_DK'
  106. func (fo *fo_DK) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  107. return locales.PluralRuleUnknown
  108. }
  109. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  110. func (fo *fo_DK) MonthAbbreviated(month time.Month) string {
  111. return fo.monthsAbbreviated[month]
  112. }
  113. // MonthsAbbreviated returns the locales abbreviated months
  114. func (fo *fo_DK) MonthsAbbreviated() []string {
  115. return fo.monthsAbbreviated[1:]
  116. }
  117. // MonthNarrow returns the locales narrow month given the 'month' provided
  118. func (fo *fo_DK) MonthNarrow(month time.Month) string {
  119. return fo.monthsNarrow[month]
  120. }
  121. // MonthsNarrow returns the locales narrow months
  122. func (fo *fo_DK) MonthsNarrow() []string {
  123. return fo.monthsNarrow[1:]
  124. }
  125. // MonthWide returns the locales wide month given the 'month' provided
  126. func (fo *fo_DK) MonthWide(month time.Month) string {
  127. return fo.monthsWide[month]
  128. }
  129. // MonthsWide returns the locales wide months
  130. func (fo *fo_DK) MonthsWide() []string {
  131. return fo.monthsWide[1:]
  132. }
  133. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  134. func (fo *fo_DK) WeekdayAbbreviated(weekday time.Weekday) string {
  135. return fo.daysAbbreviated[weekday]
  136. }
  137. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  138. func (fo *fo_DK) WeekdaysAbbreviated() []string {
  139. return fo.daysAbbreviated
  140. }
  141. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  142. func (fo *fo_DK) WeekdayNarrow(weekday time.Weekday) string {
  143. return fo.daysNarrow[weekday]
  144. }
  145. // WeekdaysNarrow returns the locales narrow weekdays
  146. func (fo *fo_DK) WeekdaysNarrow() []string {
  147. return fo.daysNarrow
  148. }
  149. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  150. func (fo *fo_DK) WeekdayShort(weekday time.Weekday) string {
  151. return fo.daysShort[weekday]
  152. }
  153. // WeekdaysShort returns the locales short weekdays
  154. func (fo *fo_DK) WeekdaysShort() []string {
  155. return fo.daysShort
  156. }
  157. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  158. func (fo *fo_DK) WeekdayWide(weekday time.Weekday) string {
  159. return fo.daysWide[weekday]
  160. }
  161. // WeekdaysWide returns the locales wide weekdays
  162. func (fo *fo_DK) WeekdaysWide() []string {
  163. return fo.daysWide
  164. }
  165. // FmtNumber returns 'num' with digits/precision of 'v' for 'fo_DK' and handles both Whole and Real numbers based on 'v'
  166. func (fo *fo_DK) FmtNumber(num float64, v uint64) string {
  167. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  168. l := len(s) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  169. count := 0
  170. inWhole := v == 0
  171. b := make([]byte, 0, l)
  172. for i := len(s) - 1; i >= 0; i-- {
  173. if s[i] == '.' {
  174. b = append(b, fo.decimal[0])
  175. inWhole = true
  176. continue
  177. }
  178. if inWhole {
  179. if count == 3 {
  180. b = append(b, fo.group[0])
  181. count = 1
  182. } else {
  183. count++
  184. }
  185. }
  186. b = append(b, s[i])
  187. }
  188. if num < 0 {
  189. for j := len(fo.minus) - 1; j >= 0; j-- {
  190. b = append(b, fo.minus[j])
  191. }
  192. }
  193. // reverse
  194. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  195. b[i], b[j] = b[j], b[i]
  196. }
  197. return string(b)
  198. }
  199. // FmtPercent returns 'num' with digits/precision of 'v' for 'fo_DK' and handles both Whole and Real numbers based on 'v'
  200. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  201. func (fo *fo_DK) FmtPercent(num float64, v uint64) string {
  202. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  203. l := len(s) + 7
  204. b := make([]byte, 0, l)
  205. for i := len(s) - 1; i >= 0; i-- {
  206. if s[i] == '.' {
  207. b = append(b, fo.decimal[0])
  208. continue
  209. }
  210. b = append(b, s[i])
  211. }
  212. if num < 0 {
  213. for j := len(fo.minus) - 1; j >= 0; j-- {
  214. b = append(b, fo.minus[j])
  215. }
  216. }
  217. // reverse
  218. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  219. b[i], b[j] = b[j], b[i]
  220. }
  221. b = append(b, fo.percentSuffix...)
  222. b = append(b, fo.percent...)
  223. return string(b)
  224. }
  225. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'fo_DK'
  226. func (fo *fo_DK) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  227. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  228. symbol := fo.currencies[currency]
  229. l := len(s) + len(symbol) + 6 + 1*len(s[:len(s)-int(v)-1])/3
  230. count := 0
  231. inWhole := v == 0
  232. b := make([]byte, 0, l)
  233. for i := len(s) - 1; i >= 0; i-- {
  234. if s[i] == '.' {
  235. b = append(b, fo.decimal[0])
  236. inWhole = true
  237. continue
  238. }
  239. if inWhole {
  240. if count == 3 {
  241. b = append(b, fo.group[0])
  242. count = 1
  243. } else {
  244. count++
  245. }
  246. }
  247. b = append(b, s[i])
  248. }
  249. if num < 0 {
  250. for j := len(fo.minus) - 1; j >= 0; j-- {
  251. b = append(b, fo.minus[j])
  252. }
  253. }
  254. // reverse
  255. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  256. b[i], b[j] = b[j], b[i]
  257. }
  258. if int(v) < 2 {
  259. if v == 0 {
  260. b = append(b, fo.decimal...)
  261. }
  262. for i := 0; i < 2-int(v); i++ {
  263. b = append(b, '0')
  264. }
  265. }
  266. b = append(b, fo.currencyPositiveSuffix...)
  267. b = append(b, symbol...)
  268. return string(b)
  269. }
  270. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'fo_DK'
  271. // in accounting notation.
  272. func (fo *fo_DK) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  273. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  274. symbol := fo.currencies[currency]
  275. l := len(s) + len(symbol) + 8 + 1*len(s[:len(s)-int(v)-1])/3
  276. count := 0
  277. inWhole := v == 0
  278. b := make([]byte, 0, l)
  279. for i := len(s) - 1; i >= 0; i-- {
  280. if s[i] == '.' {
  281. b = append(b, fo.decimal[0])
  282. inWhole = true
  283. continue
  284. }
  285. if inWhole {
  286. if count == 3 {
  287. b = append(b, fo.group[0])
  288. count = 1
  289. } else {
  290. count++
  291. }
  292. }
  293. b = append(b, s[i])
  294. }
  295. if num < 0 {
  296. b = append(b, fo.currencyNegativePrefix[0])
  297. }
  298. // reverse
  299. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  300. b[i], b[j] = b[j], b[i]
  301. }
  302. if int(v) < 2 {
  303. if v == 0 {
  304. b = append(b, fo.decimal...)
  305. }
  306. for i := 0; i < 2-int(v); i++ {
  307. b = append(b, '0')
  308. }
  309. }
  310. if num < 0 {
  311. b = append(b, fo.currencyNegativeSuffix...)
  312. b = append(b, symbol...)
  313. } else {
  314. b = append(b, fo.currencyPositiveSuffix...)
  315. b = append(b, symbol...)
  316. }
  317. return string(b)
  318. }
  319. // FmtDateShort returns the short date representation of 't' for 'fo_DK'
  320. func (fo *fo_DK) FmtDateShort(t time.Time) string {
  321. b := make([]byte, 0, 32)
  322. if t.Day() < 10 {
  323. b = append(b, '0')
  324. }
  325. b = strconv.AppendInt(b, int64(t.Day()), 10)
  326. b = append(b, []byte{0x2e}...)
  327. if t.Month() < 10 {
  328. b = append(b, '0')
  329. }
  330. b = strconv.AppendInt(b, int64(t.Month()), 10)
  331. b = append(b, []byte{0x2e}...)
  332. if t.Year() > 9 {
  333. b = append(b, strconv.Itoa(t.Year())[2:]...)
  334. } else {
  335. b = append(b, strconv.Itoa(t.Year())[1:]...)
  336. }
  337. return string(b)
  338. }
  339. // FmtDateMedium returns the medium date representation of 't' for 'fo_DK'
  340. func (fo *fo_DK) FmtDateMedium(t time.Time) string {
  341. b := make([]byte, 0, 32)
  342. if t.Day() < 10 {
  343. b = append(b, '0')
  344. }
  345. b = strconv.AppendInt(b, int64(t.Day()), 10)
  346. b = append(b, []byte{0x2e}...)
  347. if t.Month() < 10 {
  348. b = append(b, '0')
  349. }
  350. b = strconv.AppendInt(b, int64(t.Month()), 10)
  351. b = append(b, []byte{0x2e}...)
  352. b = strconv.AppendInt(b, int64(t.Year()), 10)
  353. return string(b)
  354. }
  355. // FmtDateLong returns the long date representation of 't' for 'fo_DK'
  356. func (fo *fo_DK) FmtDateLong(t time.Time) string {
  357. b := make([]byte, 0, 32)
  358. b = strconv.AppendInt(b, int64(t.Day()), 10)
  359. b = append(b, []byte{0x2e, 0x20}...)
  360. b = append(b, fo.monthsWide[t.Month()]...)
  361. b = append(b, []byte{0x20}...)
  362. b = strconv.AppendInt(b, int64(t.Year()), 10)
  363. return string(b)
  364. }
  365. // FmtDateFull returns the full date representation of 't' for 'fo_DK'
  366. func (fo *fo_DK) FmtDateFull(t time.Time) string {
  367. b := make([]byte, 0, 32)
  368. b = append(b, fo.daysWide[t.Weekday()]...)
  369. b = append(b, []byte{0x2c, 0x20}...)
  370. b = strconv.AppendInt(b, int64(t.Day()), 10)
  371. b = append(b, []byte{0x2e, 0x20}...)
  372. b = append(b, fo.monthsWide[t.Month()]...)
  373. b = append(b, []byte{0x20}...)
  374. b = strconv.AppendInt(b, int64(t.Year()), 10)
  375. return string(b)
  376. }
  377. // FmtTimeShort returns the short time representation of 't' for 'fo_DK'
  378. func (fo *fo_DK) FmtTimeShort(t time.Time) string {
  379. b := make([]byte, 0, 32)
  380. if t.Hour() < 10 {
  381. b = append(b, '0')
  382. }
  383. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  384. b = append(b, fo.timeSeparator...)
  385. if t.Minute() < 10 {
  386. b = append(b, '0')
  387. }
  388. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  389. return string(b)
  390. }
  391. // FmtTimeMedium returns the medium time representation of 't' for 'fo_DK'
  392. func (fo *fo_DK) FmtTimeMedium(t time.Time) string {
  393. b := make([]byte, 0, 32)
  394. if t.Hour() < 10 {
  395. b = append(b, '0')
  396. }
  397. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  398. b = append(b, fo.timeSeparator...)
  399. if t.Minute() < 10 {
  400. b = append(b, '0')
  401. }
  402. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  403. b = append(b, fo.timeSeparator...)
  404. if t.Second() < 10 {
  405. b = append(b, '0')
  406. }
  407. b = strconv.AppendInt(b, int64(t.Second()), 10)
  408. return string(b)
  409. }
  410. // FmtTimeLong returns the long time representation of 't' for 'fo_DK'
  411. func (fo *fo_DK) FmtTimeLong(t time.Time) string {
  412. b := make([]byte, 0, 32)
  413. if t.Hour() < 10 {
  414. b = append(b, '0')
  415. }
  416. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  417. b = append(b, fo.timeSeparator...)
  418. if t.Minute() < 10 {
  419. b = append(b, '0')
  420. }
  421. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  422. b = append(b, fo.timeSeparator...)
  423. if t.Second() < 10 {
  424. b = append(b, '0')
  425. }
  426. b = strconv.AppendInt(b, int64(t.Second()), 10)
  427. b = append(b, []byte{0x20}...)
  428. tz, _ := t.Zone()
  429. b = append(b, tz...)
  430. return string(b)
  431. }
  432. // FmtTimeFull returns the full time representation of 't' for 'fo_DK'
  433. func (fo *fo_DK) FmtTimeFull(t time.Time) string {
  434. b := make([]byte, 0, 32)
  435. if t.Hour() < 10 {
  436. b = append(b, '0')
  437. }
  438. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  439. b = append(b, fo.timeSeparator...)
  440. if t.Minute() < 10 {
  441. b = append(b, '0')
  442. }
  443. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  444. b = append(b, fo.timeSeparator...)
  445. if t.Second() < 10 {
  446. b = append(b, '0')
  447. }
  448. b = strconv.AppendInt(b, int64(t.Second()), 10)
  449. b = append(b, []byte{0x20}...)
  450. tz, _ := t.Zone()
  451. if btz, ok := fo.timezones[tz]; ok {
  452. b = append(b, btz...)
  453. } else {
  454. b = append(b, tz...)
  455. }
  456. return string(b)
  457. }