LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Stan Horwitz <[log in to unmask]>
Mon, 5 Feb 2007 12:34:28 -0500
text/plain (54 lines)
On Feb 5, 2007, at 10:48 AM — 2/5/07, Francoise Becker wrote:

> If you are simply looking to change the date range to a single date,
> then you could just modify the MSG_DIGEST_FRAGMENT_DATERANGE1
> template to remove one of the dates.
>
> For the &DATE function, the format is:
>
> DATE([days][,format[,monthlist]])
>
> days: in LISTSERV format (REXX Date('B')). If missing, today's date
> is used.
> format (default = N):
> I: ISO (yyyy-mm-dd)
> N: [d]d Mmm yyyy
> B: LISTSERV format (use without first argument)
> monthlist: optional list of 12 month abbreviations, if format = N
>
> I don't think there's a way to add the day name.

Francoise,

The default template for the MSG_DIGEST_FRAGMENT_DATERANGE1 looks  
like ...

.bb &FROMDATE = 0
<first ever>
.else
&DATE(&FROMDATE)
.eb
.bb &FROMDATE <> &TODATE
to &DATE(&TODATE)
.eb
.bb &TYPE = 0
(#&YYYY;-&SERIAL;)
.qu
.eb
.bb &TYPE = 1
- Special issue (#&YYYY;-&SERIAL;)
.qu
.eb
.bb &TYPE = 2
- Unfinished
.eb

So what I am still not clear on is what needs to be changed in this  
template to make the associated list's digests have a subject in the  
following format ...

Subject: Digest for mm/dd/yyyy

Thanks for explaining how the &DATE function works, but I don't see  
which place to change in the template to generate subjects in the  
format I just described.

ATOM RSS1 RSS2