Closed abeyang closed 11 years ago
From the backend, published date should be in the format yyyy-mm-dd. Then, using the php date function, we need to transform them into something more reader-friendly, like "Month Day, Year" (January 23, 2013).
PHP classes you might want to look into:
Brian, did you apply this function call anywhere? (Or, did you not check in the code?)
From the backend, published date should be in the format yyyy-mm-dd. Then, using the php date function, we need to transform them into something more reader-friendly, like "Month Day, Year" (January 23, 2013).