{item.date_published|date("j F Y")}} Can it be functional AND hidden

I want my posts to be in chronological order but I don’t want the date to be displayed when a collection is rendered on the web. Would appreciate any thoughts on how to accomplish this.

Simply delete the syntax that is displaying the date, providing the markdown has the date in the front matter (or file name) the posts should still be displayed in chronological order.

Thank you - much appreciated. I’ll give this a try.