What is the reason that we use Date in the header of a web page?
Joe Wilson
Most of the time Header of the web page contains static data which can be cached. Date is also static data which can be cached, hence put in the header of the web page.