We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

How to get only the date without the time in the footer of a printout?

more options

Is there a way to get only the date without the time in the footer of a printout?

Is there a way to get only the date without the time in the footer of a printout?

Alle antwurden (3)

more options
more options

Well, I see where it shows how to get the date and time, which I already knew, but I don't see where it shows how to get the date without the time.

more options

As far as I can tell, there's no built-in option to get the date printed without the time. It's hardcoded in a C++ file.

As a workaround, you can enter custom text for the footer, but it would need to be updated every time the date changed. I can think of a couple ways to automate that:

  • An add-on (but I'm not aware of any add-on for this)
  • External process to push a new date into prefs.js, a settings file that stores your header/footer preferences, among others (but Firefox should be closed when you update this file, and it will be read when you restart)

Not easy enough, I know.