Minor comments
This commit is contained in:
parent
c8c968a7e4
commit
27507906d1
@ -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|
|
||||
|
||||
Loading…
Reference in New Issue
Block a user