I have some data which contains rows and rows of data which is updated on a weekly basis.
I was hoping to filter out only the rows where the date is today's date. The issue I have is that when I print the data out in an HTML table, the date gets converted into the numeric equivalent (so, 45867 instead of 29th July).
How do I fix the formatting?