So, I currently have an issue with the date field.
When I change the date on my pagebuilder-block to something that is close to today’s date, it tends to save it as the previous day…
the perplexing thing about it is, that when I create a new block it works just fine.
This only happens when I change an already existing date field.
This is my date field
termdate:
label: Tag
type: date
calendar: false
width: 2/3
And this is how I get the date
<?= $data->termdate()->toDate('%A, %d.%m.%Y') ?>
could it be a JS or server problem, perhaps?