Can not dateFormatter give YearMonth.class #254
-
Currently I only see dateFormatter give Date.class, LocalDate.class and LocalDateTime.class. Is there any way I can format the YearMonth.class? |
Beta Was this translation helpful? Give feedback.
Answered by
ozlerhakan
Sep 16, 2022
Replies: 2 comments 2 replies
-
Hi @nqt-tech , Currently the YearMonth.class is not supported in Poiji. Do you want to contribute to the project? Another option is you can create your custom Config so that you can cast the value to the YearMonth.class :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nqt-tech
-
Here is an example of how to do :
Let me known if It helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nqt-tech ,
Currently the YearMonth.class is not supported in Poiji. Do you want to contribute to the project? Another option is you can create your custom Config so that you can cast the value to the YearMonth.class :)