We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an attribute is defined as Date in schema and retrieved as a String in the ORM bean, the milliseconds are elided if they are zero. See ticket 11018
Date
String
Example: 2001-01-02T12:13:14.000 (Date) -> "2001-01-02T12:13:14" (String)
The text was updated successfully, but these errors were encountered:
yurem
No branches or pull requests
If an attribute is defined as
Date
in schema and retrieved as aString
in the ORM bean, the milliseconds are elided if they are zero. See ticket 11018Example:
2001-01-02T12:13:14.000 (Date) -> "2001-01-02T12:13:14" (String)
The text was updated successfully, but these errors were encountered: