Add a section in the DateTimeField documentation to discuss the Field Value (LocalDateTime).
Explain that the client-side component displays the date based on the user’s browser locale, but the parsed value is always formatted as yyyy-MM-ddTHH:mm:ss
Add tip, when using the setText method to set the value, the component attempts to parse the input in the yyyy-MM-ddTHH:mm:ss format. If parsing fails, an IllegalArgumentException will be thrown.
https://docs.webforj.com/docs/components/fields/datetimefield