Hi Guys,
I am building a timeline and need to orderby date. Problem is that if I have a negative timestamp say -164700000 (Oct 12 -1964) the channel entries orderby doesn’t work. Any ideas of a fix. It only orders positive timestamps properly
<ul>
{exp:channel:entries channel="timeline" orderby="timeline_date" sort="asc"}
<li>{title}-{timeline_date format="%d/%m/%Y"}</li>
{/exp:channel:entries}
</ul>Thanks
***Disregard - My bad. It does work 😊