I'm using the report format and would like to a new date to appear on the right header of each section (I can input these dates manually). My knowledge is very basic, so far I have managed to set this in the preamble but I only know how to produce one date across the entire document (given below), rather than updating in each section.
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[R]{\today}
As an overview, my document will be structured like this to record notes from eight meetings, four in each of two chapters.
-Chapter 1
-Section 1.1 (date 1)
-Section 1.2 (date 2)
-Section 1.3 (date 3)
-Section 1.4 (date 4)
-Chapter 2
-Section 2.1 (date 5)
-Section 2.2 (date 6)
-Section 2.3 (date 7)
-Section 2.4 (date 8)
If someone could provide me with some code that I can use at the beginning of each section where I could input the date, I'd be very grateful.

documentclassare you using, since most classes definesectionetc. differently. – lukeflo Aug 06 '23 at 16:34\date{...}to reset\todayto be anything. – John Kormylo Aug 06 '23 at 19:16