view : List (Attribute msg) -> { value : Value, onInput : Value -> msg } -> Html msg
init : Time.Zone -> Maybe Time.Posix -> Value
toTime : Value -> Maybe Time.Posix
toTimeZone : Value -> Time.Zone
toString : Value -> String
small : Attribute msg
prefix : List (Html msg) -> Attribute msg
suffix : List (Html msg) -> Attribute msg
autofocus : Attribute msg
disabled : Basics.Bool -> Attribute msg
readOnly : Basics.Bool -> Attribute msg
required : Basics.Bool -> Attribute msg
min : Time.Posix -> Attribute msg
max : Time.Posix -> Attribute msg
step : Basics.Int -> Attribute msg
viewWithValidation : List (Attribute msg) -> { value : Value, onInput : Result (List Error) (Maybe Time.Posix) -> Value -> 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