Hi
I stored a UNIX Timestamp to a sitefield:
site()->update([
'OffersdataLastupdate' => $newPage->modified()
]);
The UNIX Timestampvalue is:
1619270457
In the Panel I wanna output this UNIX Timestamp
title: Site
sections:
published:
headline: Published Pages
type: pages
status: listed
info:
type: fields
fields:
Copyright:
label: Copyright
type: textarea
size: middle
Offersdatalastupdate:
label: Offer.xlsx last update
type: date
display: YYYY-MM-DD
disabled: true
size: middle
Put the output is:
1621-03-06
Does anybody know what I do wrong?
Kind regards
Alain
