I want to change the date format to m/d/y. How can I do this?
I want to change the date format to m/d/y. How can I do this?
The date is currently coming straight out of the database. Would you think that getting a drop-down list with choices of date format would be a good way to handle this?
yea that would be a good idea or you can just tell me which file to edit
I recommend to use the wordpress default value get_option('date_format').
I had not thought of that. I will look at implementing this change in an update.
getting a drop-down list with choices of date format would be a good way to handle this
This topic has been closed to new replies.