I have downloaded this library https://github.com/TjeerdVurig/Vurig-Calendar. Now the problem which I'm facing, for example if I select 25th feb 2013 it is printing 24th Feb 2013. I Can't find anything in code. Is it because of time zone or something that is not related with coding?? Please Advise
Thanks
You have problems with time zone and it can be solved by adding this line of code:
[formatter setTimeZone:[NSTimeZone timeZoneWithName:@"GMT"]];
Update