Date is displayed randomly in Page Table

Explanation: I assume startDate and endDate exist as fields in the blueprint as well with the field type date. So the columns try to automatically render it with our date column preview type, which takes the input, tries to parse it and render in a format.

But you already have taken care of formatting with your query (.toDate('dd'MM'yyyy)) so there is no need for that magic and it’s best to display it as type: text.

1 Like