start_timestamp required default (empty)Unix timestamp of the start date, usually fed from an item start-date field. A time of 0:00 is treated as all-day and no time is shown.
end_timestamp required default (empty)Unix timestamp of the end date, usually an item expiry-date field. The output collapses components shared with the start: a same-day range prints one date, a same-year range prints the year only once. An end time of 0:00 or 23:59 is treated as all-day and hidden.
year_format optional default YPHP date() year format applied to the printed year: Y gives 2008, y gives 08, an empty value prints no year.
hour_delimiter optional default a single spaceSeparator placed between the date and the time of day. A comma-space ', ' gives '15. 9. 2024, 18:30'.
{daterange:1230073200:1230073200}
{daterange:1717192800:1717365600}
{daterange:1703977200:1704150000}
{daterange:1230073200:1230418800:y}
{daterange:1726417800:1726426800}
{daterange:1726417800:1726417800:Y:, }
{daterange:{start_date......}:{expiry_date.....}}