Skip to content

Commit

Permalink
fix: the default action on date component should be formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Sep 5, 2024
1 parent b0eac5f commit de12c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Date/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function init()
break;

default:
$this->data['refinedDate'] = $timestamp;
$this->data['refinedDate'] = $this->formatDate($timestamp, $format);
break;
}

Expand Down

0 comments on commit de12c30

Please sign in to comment.