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.
- Visit Site:
- Creating a Calendar in PHP
- Filed in:
-
PHP / Tutorials & Tips / Calendars
- Date Added:
- Jan 7, 2009
- Last Updated:
- Aug 7, 2009
License and Pricing Information
PHP
Price: $0.00 USD
| Publisher site visits: | 780 |
|---|---|
| Average rating: | 0.00 |
| Total ratings: | 0 |
Publisher Info
- Author:
- UltraMega Tech.
Other listings by this publisher
- Lock My Stuff
- Creating an Upload Progress Bar in PHP with APC
- Simple PHP Page Template System
- Creating a CAPTCHA in PHP with GD
- Accessing the Command Line From PHP
- Creating a TinyURL Clone
- Creating a BBCode Parser
- Working With Time Zones in PHP
- Snippet: Autoloading Objects (PHP 5)
- Snippet: Converting Seconds to Readable Time (PHP & JS)
- 5 Tips for Writing Cleaner PHP Code
- Create a Slide-In Panel with jQuery
- Fetch Twitter Updates in PHP
- Generating (X)HTML Documents Using DOMDocument In PHP
- Modifying Templates Using DOMDocument In PHP
- Using MySQL Prepared Statements in PHP
- Add Records to a Queue with jQuery
- Maintain a Single Database Object in PHP 5 Using the Singleton Pattern
- 5 Basic PHP Security Tips
- Degradable Tabs With jQuery UI
- Basic Overview of Loops in PHP
- Default Form Values with jQuery
