Is this possible? #4150
-
Beta Was this translation helpful? Give feedback.
Answered by
kasperbolarsen
Dec 11, 2024
Replies: 1 comment 1 reply
-
Absolutely I got this to work by setting the handlebar of the date field to (the css needs to be updated and the colors should be as per the Theme):
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
McCugor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely
based on #3697
I got this to work by setting the handlebar of the date field to (the css needs to be updated and the colors should be as per the Theme):
{{#if (moment (slot item @root.slots.TheDate) isBefore=(moment))}} <div class="datesample" style="background-color:red"> {{else}} <div class="datesample" style="background-color:green"> {{/if}} {{getDate (slot item @root.slots.TheDate) 'LL'}} </span>