groupkits Posted February 2, 2013 Share Posted February 2, 2013 hi! Sorry have not code; as I need help to develop code for counting based on year and days. I want to add a code to my site which should show "Year" and "Issues" counting based on year and days. Like if I start today it should show "Year: 1" - "Issue - 1" and issue counting should go on increasing day by day. and on change of years it should set Year Counting as 2 and Issue counting should be restart from 1. Can I get some help? Link to comment https://forums.phpfreaks.com/topic/273938-adding-year-day-based-counting/ Share on other sites More sharing options...
Barand Posted February 2, 2013 Share Posted February 2, 2013 Have a look at PHP's datetime class http://php.net/manual/en/class.datetime.php In particular the diff method for calculating the difference between two dates http://www.php.net/manual/en/datetime.diff.php Link to comment https://forums.phpfreaks.com/topic/273938-adding-year-day-based-counting/#findComment-1409708 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.