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

Commit

Permalink
Additional fixes to date format
Browse files Browse the repository at this point in the history
To fix #20
  • Loading branch information
jimtrue committed Jul 29, 2016
1 parent 9682759 commit 72c01b9
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_and_age($input_date) {
return date("m/d/Y", strtotime($input_date));
return date("d-M-y", strtotime($input_date));
}

/* This filter fixes an issue where the Blog page is highlighted as a menu item
Expand Down

0 comments on commit 72c01b9

Please sign in to comment.