sallar / laravel-jdate

A Laravel Bundle to help working with Jalali (Shamsi) Dates
26 stars 8 forks source link

Unable to convert with jDate class #1

Open sajjadrad opened 11 years ago

sajjadrad commented 11 years ago

str_replace function doesn't send "convert" argument when we are using jDate class so we aren't able to convert output numbers to english numbers with jDate class. I handled this problem with setting a new argument for format function and set it when calling str_replace and so on... . Thanks for creating this useful bundle for laravel 3.