Skip to content

Commit

Permalink
Update YtdStart.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ronak2ram committed Aug 10, 2018
1 parent cea62ec commit 1c70659
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ protected function _getElementHtml(AbstractElement $element)
{
$_months = [];
for ($i = 1; $i <= 12; $i++) {
$_months[$i] = $this->_localeDate->date(mktime(null, null, null, $i,1))->format('m');
$_months[$i] = $this->_localeDate->date(mktime(null, null, null, $i, 1))->format('m');
}
$_days = [];
for ($i = 1; $i <= 31; $i++) {
Expand Down

0 comments on commit 1c70659

Please sign in to comment.