Skip to content

Commit

Permalink
format date - M. d, Y
Browse files Browse the repository at this point in the history
  • Loading branch information
eg0ddess committed Nov 2, 2010
1 parent d3915a3 commit d8ff2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smTags/DATE_tag.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SM_smTag_DATE extends SM_smTag {



$format = $this->getAttr('FORMAT','M, d Y');
$format = $this->getAttr('FORMAT','M. d, Y');
$class= $this->getAttr('CLASS','date');
$op = date($format);

Expand Down

0 comments on commit d8ff2ee

Please sign in to comment.