makzumi / laravel-calendar

Flexible Calendar for Laravel 4
58 stars 31 forks source link

Fixed Issue with day label on day view #6

Closed rginnow closed 10 years ago

rginnow commented 10 years ago

I figured I'd help you out since I don't want to create another issue for you to fix. I hope this doesn't screw with your code too much, but please fix this if you have a better way to do it! :)

I noticed the day view label was always Sunday so I looked into your code to fix it myself. It looks like this has worked.

makzumi commented 10 years ago

Cool, no problem thanks a lot, let me take a look :)

makzumi commented 10 years ago

Ok, i implemented your fix, thanks!