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

Fix Documentation #60

Closed immeyti closed 5 years ago

immeyti commented 5 years ago

What is the difference?!!

// get relative 'ago' format $date = Jalalian::forge('now - 10 minutes')->ago() // 10 دقیقه پیش // OR $date = Jalalian::forge('now - 10 minutes')->ago() // 10 دقیقه پیش

morilog commented 5 years ago

There is no any difference. That's my fault as i wrote documentation

immeyti commented 5 years ago

Thanks, So i just fixed it at #75.