You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
This may be relevant to #5957, or it may be its rightful new issue. I have no clue where to go when asking simple questions other than to post an issue and ignore GitHub's auto-generated warning. My question is this:
I'm trying to use a Timepicker with min and max. I want to know what type of data the expression to which these Angular expressions are bound should return.
A string in the format "HH:mm", where "H" ranges from 00 to 23
A date with 1970 as the year, 0 as the month, and 1 as the day
Any Date object; the year, month and day are ignored when validating the data.
A Julian date
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This may be relevant to #5957, or it may be its rightful new issue. I have no clue where to go when asking simple questions other than to post an issue and ignore GitHub's auto-generated warning. My question is this:
I'm trying to use a Timepicker with min and max. I want to know what type of data the expression to which these Angular expressions are bound should return.
The text was updated successfully, but these errors were encountered: