Don't choke if month is wrong.
This commit is contained in:
parent
e949084a4d
commit
59cc6b58ab
|
@ -113,6 +113,7 @@ expandMonth mon = case mon of
|
||||||
"oct" -> "October"
|
"oct" -> "October"
|
||||||
"nov" -> "November"
|
"nov" -> "November"
|
||||||
"dec" -> "December"
|
"dec" -> "December"
|
||||||
|
x -> x
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- Inefficient...
|
-- Inefficient...
|
||||||
|
|
Loading…
Reference in New Issue