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