Timeformat in tables

Hey,

is it possible to change the timeformat in tables?

I have this in my Blueprint:

     events:
        label: Veranstaltungen
        type: pages
        image: page.eventImg.toFile
        layout: table
        columns:
          dateTime:
            label: Datum
            display: DD.MM.YYYY HH.mm

This is the output:

I am searching a solution for the ‘display…’ in my code.
Any ideas?

Greetings

See Pages section | Kirby CMS

Thanks for your quick solution.
This does it for me:
value: "{{ page.dateTime.toDate('d.m.Y H:m') }}"

I wish you a Happy Easter