Closed LeBenLeBen closed 5 years ago
Here is the definition of my date field if that is of any interest:
date:
label: Publication date
type: date
format: LL
thanks @LeBenLeBen for submitting this issue. at first glance its a bug.
i created this plugin during k3 beta. afaik the logic of date field changed but i forgot to update this plugin. i will fix it asap. while i check for other causes can you try date('r', $modified->date())
and report back?
Almost, it works with $modified->toDate()
i think you found another bug: https://github.com/getkirby/kirby/issues/1446
I guess this is solved now, thanks!
When using the plugin as:
I get the following error:
The line causing problem is in the RSS snippet:
The value of
$modified
is:Am I doing something wrong?