用format修改
date
%fmt Description Example
-------------------------------------------------------
right justified
%tc date/time %tc
%tC date/time %tC
%td date %td
%tw week %tw
%tm month %tm
%tq quarter %tq
%th half-year %th
%ty year %ty
%tg generic %tg
left justified
%-tc date/time %-tc
%-tC date/time %-tC
%-td date %-td
etc.
-------------------------------------------------------
There are many variations allowed. See