Minor comments

This commit is contained in:
SJost 2018-03-07 13:01:23 +01:00
parent c8c968a7e4
commit 27507906d1

View File

@ -241,7 +241,8 @@ sheetTypeAFormReq d (Just (Normal p)) =
utcTimeField :: (Monad m, RenderMessage (HandlerSite m) FormMessage) => Field m UTCTime
-- StackOverflow: dayToUTC <$> (areq (jqueryDayField def {...}) settings Nothing)
utcTimeField = Field
-- TODO: Verify whether this is UTC or local time from Browser
utcTimeField = Field
{ fieldParse = parseHelper $ readTime
, fieldView = \theId name attrs val isReq ->
[whamlet|