Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
When using nested content we would like to use the template for showing values.
How do we configure the nested content template to show a date from a datepicker(without time) or a selected radiobutton value?
This is what I got so far by using
{{date}} / {{dateUntill}} - {{status.value}}
The date includes time but it is a normal Date Picker. The value of the radio button doens't work at all.
Thanks.
Hi JoskerVemeulen,
You can configure it like this:
{{date| momentDateTimeZone:"YYYY-MM-DD"}} / {{dateUntill| momentDateTimeZone:"YYYY-MM-DD"}}
The result will be like:
This is not actually working - it works (sort of - the date format is incorrect - should be yyyy-MM-dd) when you edit a date, but when you refresh after saving it shows the date string as it's not parsed to a date properly on first render.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Nested Content Template
Hi,
When using nested content we would like to use the template for showing values.
How do we configure the nested content template to show a date from a datepicker(without time) or a selected radiobutton value?
This is what I got so far by using
{{date}} / {{dateUntill}} - {{status.value}}
The date includes time but it is a normal Date Picker. The value of the radio button doens't work at all.
Thanks.
Hi JoskerVemeulen,
You can configure it like this:
The result will be like:
This is not actually working - it works (sort of - the date format is incorrect - should be yyyy-MM-dd) when you edit a date, but when you refresh after saving it shows the date string as it's not parsed to a date properly on first render.
is working on a reply...