morilog / jalali

This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in php appliations, based on Jalali (Shamsi) DateTime class.
MIT License
856 stars 111 forks source link

Undefined array key "year" #122

Closed amirhossein-shakeri closed 3 years ago

amirhossein-shakeri commented 3 years ago

When I use


$carbon = \Morilog\Jalali\CalendarUtils::createCarbonFromFormat('Y-m-d', '1399-2-5');

There is an error called Undefined array key "year"

but when I use it this way


$carbon = \Morilog\Jalali\CalendarUtils::createCarbonFromFormat('Y-m-d', '1399-02-05');

That works fine.

It has problem with 1 but it works with 01

morilog commented 3 years ago

because m or d expects two digits and you entered only one digit