Re: [PHP] SOLVED: Calendar Date Help

2008-05-29 Thread Mark Weaver
Robert Cummings wrote: function setCal($h=0,$m=0,$s=0,$offset,$dayVal=1){ $stamp = date('U',mktime($h,$m,$s, $offset,$dayVal,date('Y'))); I don't really want to say "I told you so", but that's one of the two lines I denoted as

Re: [PHP] SOLVED: Calendar Date Help

2008-05-29 Thread Robert Cummings
On Thu, 2008-05-29 at 07:37 -0400, Mark Weaver wrote: > Mark Weaver wrote: > > Hi all, > > > > I've put this off as long as possible, however I think I've reached an > > impasse. > > > > I've got an application that I've been writing. One of the modules for > > this app is an event calendar. I'

Re: [PHP] SOLVED: Calendar Date Help

2008-05-29 Thread Mark Weaver
Mark Weaver wrote: Hi all, I've put this off as long as possible, however I think I've reached an impasse. I've got an application that I've been writing. One of the modules for this app is an event calendar. I've got the calendar to the place where it displays the current month as well as