I have a live template that incorporates three dates as content blocks — startdate, enddate, and nextdate.
Startdate and enddate I've formatted as YYYY-MM-DD, and I pass these via url to a Pipe, which pulls feed items that occur between those two days.
So far, nextdate simply tells readers when to expect the next newsletter. From that standpoint, it could be any format — "June 9, 2010". But I could make it do more, so I'd like to format nextdate the same way, YYYY-MM-DD.
Is there some way to accept YYYY-MM-DD in a content block and to reformat it as %%content{n}|%A, %B %e%%?





