📅  最后修改于: 2022-03-11 14:59:08.809000             🧑  作者: Mango
\documentclass{book}
\usepackage{datetime}
\newdateformat{monthyeardate}{%
\monthname[\THEMONTH], \THEYEAR}
\begin{document}
\monthyeardate\today
\end{document}