Replies: 1 comment
-
Hello @Sacrilege, There's basically two options:
Unfortunately defining custom format on property declaration (via attribute) is not supported and assuming current design it is complicated to implement something like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A example scenario would be a class that has 2 different DateTime properties where one should be rendered using the date and time and one should be rendered only using the date. Is there some way to tell handlebars to use a different formatter for each property?
Beta Was this translation helpful? Give feedback.
All reactions