I am using the More Fields plugin which gives me the ability to create a date formatted YYYY/mm/dd and I want to convert that to be shown like: February 11, 2011
Is this possible?
I am using the More Fields plugin which gives me the ability to create a date formatted YYYY/mm/dd and I want to convert that to be shown like: February 11, 2011
Is this possible?
You must be logged in to post a comment.
Do you have issue with exactly converting or retrieval? Converting is trivial and is plain PHP:
For more complex and WordPress-specific way with localization support see
date_i18n()
function.This works for me (inside the loop)…