Quarter checking since the joining date

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mastikhor
Forum Newbie
Posts: 12
Joined: Fri Nov 11, 2005 5:33 am

Quarter checking since the joining date

Post by mastikhor »

For an application, I need to check quarter since the joining date of the candidate. On every quarter it should give notification to do some action.

Anyone can help me out on that?
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Post by foobar »

Can you define "quarter"? Quarter of a dollar, quarter of a year, quarter of a week, day, hour, eon, stick, apple, monkey?
mastikhor
Forum Newbie
Posts: 12
Joined: Fri Nov 11, 2005 5:33 am

Post by mastikhor »

For an application, I need to identify quarters of each year.

So once the concerned manager logs in to the system, code should check the candidate joining date and compare with the current month. If its complete each quarter, an email response should go to manager and inform to fill the form.
Post Reply