Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 18-09-06
Northern Monkey's Avatar
Member
 
Join Date: Jan 2004
Location: UK
Posts: 142
Thanks: 0
Thanked 0 Times in 0 Posts
Northern Monkey is an unknown quantity at this point
  Making a calendar

I've created a calendar to add events to but I want to add an option which allows the user to set a recurrence of every third thursday of the month etc. Any ideas on how to do this as at the moment the calendar table just uses the time stamp for the event. I can put an option so that after the event has passed it will change the timestamp but any ideas on how to work out the 3rd Thursday of every month\year etc?

Cheers,

NM.
__________________
Holiday Villa In<br>
<font size=2>If it moves, kick it. If it doesn't move, kick it till it moves and hen kick it because it moved</font>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 30-09-06
esnagel's Avatar
Registered User
 
Join Date: Apr 2005
Location: Buffalo, NY USA
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
esnagel is an unknown quantity at this point
  Try this function

PHP Code:
<?php
    
//     0 (for Sunday) through 6 (for Saturday)

    
function dayOfMonth($nMonth$nYear$nWeekday$nInstance) {
        
// First, we need to know what day of the week the first is on
        
$nFirstday date("w"mktime(000$nMonth1$nYear));

        
// Next, figure out the date of the first nWeekday we want
        
$nFirstDate 1;
        while (
date("w"mktime(000$nMonth$nFirstDate$nYear)) <> $nWeekday) {
            
$nFirstDate++;
        } 
// ends while (date("w", mktime(0, 0, 0, $nMonth, $nFirstDate, $nYear)) <> $nWeekday)

        // Now, go forward
        
$nthDate $nFirstDate+(7*($nInstance-1));

        return 
$nthDate;

    } 
// ends function dayOfMonth($nMonth, $nYear, $nWeekday, $nInstance)

    
echo("The 3rd Thursday of October, 2006 is " dayOfMonth(10200643) . "\n");
    echo(
"The 1st Friday of October, 2006 is " dayOfMonth(10200651) . "\n");
    echo(
"The 2nd Sunday of December, 2006 is " dayOfMonth(12200602) . "\n");

    
// Funny date
    
echo("The 8th Saturday of September, 2006 is " dayOfMonth(9200668) . "\n");

    
// But if you use that back into date(), it'll work
    
echo("The 8th Saturday of September, 2006 is " date("F j, Y"mktime(0009dayOfMonth(9200668), 2006)) . "\n");

?>
Example:

Code:
-bash-3.00$ php dayOfMonth.php 
The 3rd Thursday of October, 2006 is 19
The 1st Friday of October, 2006 is 6
The 2nd Sunday of December, 2006 is 10
The 8th Saturday of September, 2006 is 51
The 8th Saturday of September, 2006 is October 21, 2006
__________________
Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-10-06
Northern Monkey's Avatar
Member
 
Join Date: Jan 2004
Location: UK
Posts: 142
Thanks: 0
Thanked 0 Times in 0 Posts
Northern Monkey is an unknown quantity at this point
Thanks Eric that's just what I'm looking for!

NM.
__________________
Holiday Villa In<br>
<font size=2>If it moves, kick it. If it doesn't move, kick it till it moves and hen kick it because it moved</font>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making a javascript quiz accessible Silverfern Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 1 30-05-06 01:44 PM
Mecca Games Advent Calendar Promotion tashierun buy.at 0 01-12-05 06:44 PM
How much money are you making? CBniche The Affiliate Marketing Lounge 51 22-05-05 03:49 PM
latestevents.com anyone making money? purple Affiliate Window 15 20-05-02 05:54 AM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7