Emacs: Encontrando o Número de dias entre datas
O Emacs possui uma ferramenta de calendário. Para encontrar como calcular o número de dias entre duas datas, você pode:
- Iniciar o manual:
M-x info-emacs-manual
ouC-h r
, Info-goto-node
(oug
),- Digite "counting days"!
To determine the number of days in a range, set the mark on one date using `C-<SPC>', move point to another date, and type `M-=' (`calendar-count-days-region'). The numbers of days shown is inclusive; that is, it includes the days specified by mark and point.