purescript-contrib / purescript-formatters

Formatting and printing for numeric and date/time/interval values
Apache License 2.0
41 stars 30 forks source link

Fix `Hours24` to pad to two digits #20

Closed garyb closed 7 years ago

garyb commented 7 years ago

@cryogenian I discovered yet another bug in the variables card that'll need this to fix it... sorry to bother you in the evening / weekend, but could you take a look? I don't think we need an Hours24TwoDigit, as currently Hours12 auto-pads to two digits, so it seems this should for consistency (plus the pattern for it is HH, so...).