Just to keep count of how long this mess is going on, I've created a code replacement file that converts the date to a string with the day number of the disaster. To use this code replacement file, enter "=bp{datesort}=" (assuming "=" is your code replacement delimiter) into your IPTC Stationery Pad, e.g. as part of your caption. So for example, today the code would be:
bp20100616 Day 58 of the BP Deepwater Horizon Catastrophe
For you nerds out there, I've also posted an Excel spreadsheet that was used to create this text file. Essentially you start off in the 3rd column of a spreadsheet and enter something like "=DATE(2010,4,20)" or whatever the first day of your event is. Then you go to the 4th column and enter "1". Then below the date you enter "=C1+1" where C1 is the cell with the start date. And under the cell with "1" you enter "=D1+1". Then you select these two cells and copy them to a range as needed. Then you can go to the first column and create the code. For example, "=CONCATENATE("bp",YEAR(C1)*10000+MONTH(C1)*100+DAY(C1)". This puts the serialized date into the {datesort} format YYYYMMDD. Then in the second column you enter your replacement, in this case: "=CONCATENATE("Day ",D1," of the BP Deepwater Horizon Catastrophe")". Then you save out this spreadsheet as a tab delimited text file and voila! Another nerd factoid: the last day of the year will be day 256 of the disaster.
Lets hope I don't need to create another code replacement file for next year, but that is being too optimistic I'm afraid.
--dennis
[attachment deleted by admin]