Jump to content

Adding Year & Day based counting


groupkits

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.