Just out of curiosity, I put this in the template tester:
Quote:
program:
mydate = '2000';
format_date(mydate, 'yyyy-MM-dd');
|
I always end up with [year]-10-15. Where does the October 15th date come from? I thought it'd be the current date, but it's only the 11th where I live.