showDateSpan: remove redundant local definition of showDate
This commit is contained in:
parent
a56231751f
commit
6319ecd0b7
@ -82,12 +82,10 @@ showDate = formatTime defaultTimeLocale "%0C%y/%m/%d"
|
|||||||
|
|
||||||
showDateSpan (DateSpan from to) =
|
showDateSpan (DateSpan from to) =
|
||||||
concat
|
concat
|
||||||
[maybe "" showdate from
|
[maybe "" showDate from
|
||||||
,"-"
|
,"-"
|
||||||
,maybe "" (showdate . prevday) to
|
,maybe "" (showDate . prevday) to
|
||||||
]
|
]
|
||||||
where
|
|
||||||
showdate = formatTime defaultTimeLocale "%C%y/%m/%d"
|
|
||||||
|
|
||||||
-- | Get the current local date.
|
-- | Get the current local date.
|
||||||
getCurrentDay :: IO Day
|
getCurrentDay :: IO Day
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user