By hongpong on
Alright so this is kind of funny:
echo date('F n, Y');
I put this into a few page-xyz main page templates, and for some reason they are all stuck at Nov. 11, when I initially created it. I've tried flushing out the caches, of course, but nothing changes!
I don't get where the string - or result - could be hiding. Weird, eh?
Comments
I am guessing you want 'F j,
I am guessing you want 'F j, Y'. 'n' is the current months numeric value.