Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Calendars

Results 1-5 of 5
PHP Calendars
First of all try to collect the necessary information which are important to display the actual month and highlight the actual day. Besides this we want to display the actual month and year informations as well. To do this we need 3 special days informations: 1. The actual day 2. The first day of the actual month 3. The last day of the actual month
(7 ratings)
Reviews0
PriceFree
Views1048
Creating a Calendar in PHP
This tutorial will explain how to create a dynamic calendar from scratch in PHP. There are two functions that will greatly simplify the process: mktime and getdate. The function mktime gets a Unix timestamp from the supplied arguments hour, minute, second, month, day, and year (each defaulting to the current). The function getdate is the opposite, turning a timestamp into an array of date information. See the manual pages (linked) for more information on these functions. Using these functions, it is fairly easy to gather all the information needed to create a dynamic calendar.
(12 ratings)
Reviews0
PriceFree
Views2286
PHP Calendar of Events
posted bysan0211inCalendars
This script creates a PHP calendar of events that uses an overlib effect to indicate new events--Javascript must be enabled. The script main class myEventsCalendar.php allows you to add multiple events for each day in a year by calling a simple addEvent method. The calendar then shows a preview of the event in an overlib effect as well as a detail page for further information. For this calendar you are going to need a file to test the main class, and also include the required js. Finally, further modifications to the script are possible once you learn how to use the main class, e.g. adding features, integrating the script to a MySql database etc..
(12 ratings)
Reviews0
PriceUSD 10.00
Views6031
Creating Calendar in PHP
In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table.
(24 ratings)
Reviews0
PriceFree
Views5769
Easy Calendar Applications
posted bymusoneinCalendars
Here, you will learn how to build your own online calendar using the MCAL library and PHP. The MCAL library offers a common simple interface for accessing calendars that can be stored in many different formats. Full source code provided.
(39 ratings)
Reviews0
PriceFree
Views17564
Results 1-5 of 5