Are other date types supported in 6.3? | Community
Skip to main content
rohitshar271
September 12, 2019
Solved

Are other date types supported in 6.3?

  • September 12, 2019
  • 1 reply
  • 1526 views

Are other date types supported in 6.3?

For example localDate as it is not getting displayed on my page.

Please do let me know if I have missed some additional property that needs to be given in HTL markup?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Umesh_Sondhi

Looking at the implementation details, the only supported types as of now are java.util.Date and java.util.Calendar and their sub-classes

1 reply

Umesh_Sondhi
Umesh_SondhiAccepted solution
Level 4
September 12, 2019

Looking at the implementation details, the only supported types as of now are java.util.Date and java.util.Calendar and their sub-classes