Ok, I take that back. My problem is not resolved. I tried to make a custom field for the date and another custom field for the time and have it sort by time, but that doesn;t work either.
Is there a way I can try to get my original function working. I would like to have my date formatted like this (11/3/2010 7:00pm) when it displays on the page, as well as being sorted ascending and in order from earliest time to latest time.
Thanks!
I figured out a way around doing it this way.
Problem resolved.
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.
Thanks!
I guess I didn’t search using the correct words..