https://www.chessclub.com/help/PGN-spec
Excerpt, bold text is my emphasis:
8.1.1.3: The Date tag The Date tag value gives the starting date for the game. (Note: this is not necessarily the same as the starting date for the event.) The date is given with respect to the local time of the site given in the Event tag. The Date tag value field always uses a standard ten character format: "YYYY.MM.DD". The first four characters are digits that give the year, the next character is a period, the next two characters are digits that give the month, the next character is a period, and the final two characters are digits that give the day of the month. If the any of the digit fields are not known, then question marks are used in place of the digits. Examples: [Date "1992.08.31"] [Date "1993.??.??"] [Date "2001.01.01"]
Let's say I wanted to create a PGN of a chess game and I only knew the century or decade it was played in, but not the exact year. How would you go about recording that info in a format-compliant way?
I'm guessing something like:
[Date "15??.??.??"][Date "196?.??.??"]Is this correct?