I should have known that this would open up a fresh can-o-worms.
The time/date functions that are provided at the link only work properly when removing the percent sign (%). If the percent sign isn't removed it will appear in the string that is printed out on the web page. (e.g. "%7/%31/%2010")
Worse, some functions don't work at all. "%p" and "%P" are supposed to show the "AM" "PM" indication (in small or large caps), but they don't. Instead, it renders "%p" on the page when using "%p" - and "%-05:00" when using "%P"
I don't know if this is a bug, or if the Dolphin script is altering these to use something else.
Anyone know????