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
852 stars 107 forks source link

Fix issue (#122) #174

Open mahdirezaei-dev opened 1 month ago

mahdirezaei-dev commented 1 month 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(); // ✔