Set up footer to increment page number and current datefooter

I want a footer (or header) to (1) increment the page number on each page after page 1, and (2) set up the date to always show current date.

Thanks.

Just InsertFields->the adequate variable.

(1) The page number is simply accessed with InsertFieldsPage Number

(2) Current date is a bit different. If you choose Date (or Time), you get the dtae/time at which you inserted the field and the value is frozen. This is fine for log or other journal. In your case, to get an updatable field, choose InsertFieldsOther.... In the dialog, select Type Time and Select Time (not Time(fixed)).

Whenever you need your date/time field changed to reflect current value, ToolsUpdateFields or F9 (or ToolsUpdateAll which will also update ToC, indexes and all other references).

If this answer helped you, please accept it by clicking the check mark :heavy_check_mark: to the left and, karma permitting, upvote it. If this resolves your problem, close the question, that will help other people with the same question.