[PHP] Re: Calendar Problem

2009-08-11 Thread Shawn McKenzie
Shawn McKenzie wrote: > tedd wrote: >> Hi gang: >> >> I want to show the dates for all Fridays +-30 days from a specific date. >> >> For example, given today's date (8/11/2009) the Fridays that fall +-30 >> days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug 28, and >> Sept 4. >> >> I'm

[PHP] Re: Calendar Problem

2009-08-11 Thread Shawn McKenzie
tedd wrote: > Hi gang: > > I want to show the dates for all Fridays +-30 days from a specific date. > > For example, given today's date (8/11/2009) the Fridays that fall +-30 > days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug 28, and > Sept 4. > > I'm curious, how would you guys so

[PHP] Re: Calendar Script

2005-01-03 Thread HarryG
Cool.. just tried your script. I might try to convert it to Smarty template compatible code, in my spare time. Have you used Smarty Templates?? "Joe Harman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, I just finished writing a basic calendar script... I wanted to pass

[PHP] Re: Calendar math .... how to count in week days....?

2004-05-14 Thread Anthony
The PEAR functions didn't seem to do what I was looking for. I built this function based on an idea given to me by Daryl Meese. After much trial and error, it actualy does what I need. My function is bassed on hours but you can easily change that. It will add or subtract days. - Anthony /* bu

[PHP] Re: Calendar math .... how to count in week days....?

2004-05-06 Thread Torsten Roehr
"Anthony" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've run into a bit of a problem, that I know has been dealt with before, > but I don't know how to deal with it. Very simple, I have an application > that needs to do calendar math and do it specifically on business days. I

[PHP] Re: calendar class

2004-02-25 Thread Greg Beaver
http://pear.php.net/Calendar Regards, Greg -- phpDocumentor http://www.phpdoc.org John Taylor-Johnston wrote: Anyone recommend a good calendar class at phpclasses.org or elsewhere? Something I can install with ease and teach someone else to use and update using, oh say phpmyadmin? Thanks, John --

[PHP] Re: Calendar Script

2003-10-29 Thread pete M
here's the calendar I use http://dynarch.com/mishoo/calendar/index.html pete Vijay Killu wrote: Dear PHP, Where can I find the Calendar script that has been used on the PHP.net site. I believe I can use it on my website since it is open source :-) Thanks & Regards, ___ P

[PHP] Re: Calendar Tool

2003-10-28 Thread Matt Palermo
Oops... The link to the site is: http://www.sweetphp.com/projects/TotalCalendar/ Sorry. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: Calendar showing availability of apartments/hotels

2003-06-05 Thread Dillon, John
PS I have not yet checked http://www.phpclasses.org (waiting for log in details to come through), though I've looked through recent threads. -Original Message- From: Dillon, John Sent: 05 June 2003 11:59 To: [EMAIL PROTECTED] Subject: Calendar showing availability of apartments/hotels I

[PHP] Re: Calendar

2003-03-02 Thread Manuel Lemos
Hello, On 03/01/2003 07:28 PM, Jason D. Williard wrote: Is there an easy way to create a calendar in PHP, such as a calendar function? All I need is a dynamically created calendar to link to other pages. You may want to try this class that you customize in a sub-class to do whatever you want as

[PHP] Re: calendar solution for workgroups ???

2002-12-23 Thread Jan Schneider
Tariq Murtaza wrote: Hi all, I am looking for a good calendar system for a group of people. (PHP /Mysql) any idea?? Help/Comments will be appreciated. Try http://www.horde.org/kronolith/ The newest version from CVS supports shared calendars and a fine granulated permission system based on use

[PHP] Re: Calendar script - help

2002-11-05 Thread Kerry Kobashi
Your better off writing it from scratch than taking some pre-existing calendar/events code. Break the problem up into two seperate pieces and solve for each - the creation of a calendar view and the creation of a events view. "I am a calendar and I know how to:" Show a monthly view of myself

[PHP] Re: Calendar

2001-10-26 Thread Philip Hallstrom
Check www.zend.com in the code gallery... I'm sure they have something along these lines. On Fri, 26 Oct 2001, Chip wrote: > Does anyone know of a php script that will display a monthly calendar in > a graphical format? I have a client that would prefer that over the typical > list of dates whic