I’ve made a small change.. my function is now:
('m/j/Y g:i:a')
I am trying to add the date in the custom field like this:
11/3/2010 7:00pm
I have a feeling the extra colon after (g:i) is causing the problem, but I can’t out how to format my PHP date for the function.
If I remove the g:i:a section, and add just a date, it works perfectly.