Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Commit

Permalink
Fixing Date Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtrue committed Jul 29, 2016
1 parent 7c571fd commit 6523794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function change_doc_entry_text( $title ) {


function return_date($input_date) {
return date("d-M-y", strtotime($input_date));
return date("M d, Y", strtotime($input_date));
}

function return_age($input_date) {
Expand Down

0 comments on commit 6523794

Please sign in to comment.