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
868 stars 110 forks source link

Fix issue (#122) #174

Closed mahdirezaei-dev closed 3 weeks ago

mahdirezaei-dev commented 6 months ago

Fix problem related to leading zero

I ran all the available tests

Now both of these are same:

Jalalian::fromFormat('Y-m-d H:i:s', "1395-02-09 04:03:00")->toCarbon(); // ✔ 
Jalalian::fromFormat('Y-m-d H:i:s', "1395-2-9 4:3:0")->toCarbon(); // ✔