Hi
So..... i have a column in the data schema called eventDate, it is string, date-time format in the standard format (ie
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
{%= formatDate(stringToDate(eventDate), "dd-MM-YYYY") %}
{%= formatDate(stringToDate(eventDate), "HH:mm") %}
Thanks,
David
Views
Replies
Total Likes
{%= formatDate(stringToDate(eventDate), "dd-MM-YYYY") %}
{%= formatDate(stringToDate(eventDate), "HH:mm") %}
Thanks,
David
Views
Replies
Total Likes
too easy 🙂 2 things has my measure, one was that I dont understand shy we need to convert string to date when the field is already a string with datetime format, but guess thats just the way it is.
the other thing that was causing issues, is that when using an event in AJO, referencing the date in the event, for some reason you need to put the event id in ''. Oh well, live and learn 🙂
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies