view : List (Attribute msg) -> { timeZone : Time.Zone, value : Maybe Time.Posix, onInput : Maybe Time.Posix -> msg } -> Html msg
disabled : Basics.Bool -> Attribute msg
readOnly : Basics.Bool -> Attribute msg
prefix : List (Html msg) -> Attribute msg
suffix : List (Html msg) -> Attribute msg
min : Time.Posix -> Attribute msg
max : Time.Posix -> Attribute msg
required : Basics.Bool -> Attribute msg
viewWithValidation : List (Attribute msg) -> { timeZone : Time.Zone, value : Maybe Time.Posix, onInput : Result (List Error) Time.Posix -> Maybe Time.Posix -> msg } -> Html msg
errorToString : Error -> String
onEnter : msg -> Attribute msg
onFocus : msg -> Attribute msg
onBlur : msg -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
noAttr : Attribute msg