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
We could use type attribute to indicate the expected type. E.g. type="localDate", type="localTime", type="localDateTime", type="zonedDateTime", etc. And in case of <fmt:parseDate>, the type of the instance behind the var should depend on type attribute as well.
The text was updated successfully, but these errors were encountered:
It's about time.
We could use
type
attribute to indicate the expected type. E.g.type="localDate"
,type="localTime"
,type="localDateTime"
,type="zonedDateTime"
, etc. And in case of<fmt:parseDate>
, the type of the instance behind thevar
should depend ontype
attribute as well.The text was updated successfully, but these errors were encountered: