| www.delorie.com/gnu/docs/gcal/gcal_58.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
%[format]N[date] special text
%N[date]
The text `Day %N of year, the %n' will be expanded to
==> `Day 53 of year, the 22-Feb-1996', in case the actual system date is the 22nd February 1996.
%>03*N[date]
The text `Day %>03*N0@t-1 of year, the %n-1' will be expanded to
==> `Day 052 of year, the 21-Feb-1996', in case the actual system date is the 22nd February 1996.
%>1&*N[date]
The text `Day %>1&*N of year, the %n' will be expanded to
==> `Day 53rd of year, the 22-Feb-1996', in case the actual system date is the 22nd February 1996.
%>03&*N[date]
The text `Day %>03&*N of year, the %n' will be expanded to
==> `Day 053rd of year, the 22-Feb-1996', in case the actual system date is the 22nd February 1996.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |