Don't choke if month is wrong.
This commit is contained in:
@@ -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...
|
||||||
|
|||||||
Reference in New Issue
Block a user