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
Add a section in the TimeField documentation to discuss the Field Value (LocalTime).
Explain that the client-side component displays the date based on the user’s browser locale, but the parsed value is always formatted as HH:mm:ss.
Add tip, when using the setText method to set the value, the component attempts to parse the input in the HH:mm:ss format. If parsing fails, an IllegalArgumentException will be thrown.
https://docs.webforj.com/docs/components/fields/timefield#maximum-and-minimum
The text was updated successfully, but these errors were encountered: