PHP Classes
elePHPant
Icontem

calendar.class.php: Perpetual seven day calendar

Recommend this page to a friend!
  Info   View files Documentation   Demos   Screenshots Screenshots   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2014-11-16 (1 year ago) RSS 2.0 feedStarStarStar 51%Total: 3,685 All time: 864 This week: 1,113Down
Version License PHP version Categories
c_calendar 2.0.0Custom (specified...5.4HTML, Time and Date
Description Author

This class can generate a perpetual seven day calendar with full user style formatting.

It may begin weeks on Sunday or Monday.

The class can generate HTML output and CSS that pass W3C HTML5 and CSS3 standards.

Picture of MT Jordan
  Performance   Level  
Name: MT Jordan <contact>
Classes: 3 packages by
Country: United States United States

Details
App:       Perpetual seven day calendar class
Version:   2.0.0
Author:    MT Jordan <mtjo@netzero.net>
Copyright: 2014
License:   zlib/libpng License

**********************************************************************************

User defined settings:

1. Open calendar.class.php and edit "Days of month - set to desired language/abbreviation" 
   and "Calendar weekday start - false for Sunday, true for Monday".
   
2. Open calendar.css and edit CSS style properties. Link this file or add to an existing
   CSS file.  
   
**********************************************************************************

Usage:

<!doctype html>
<html lang="en">
<head>
<title>test</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="calendar.css" />
</head>
<body>
<?php include 'calendar.class.php'; ?>
</body>
</html>
  Perpetual CalendarExternal page  
Screenshots  
  • calendar.png
  Files folder image Files  
File Role Description
Plain text file calendar.class.php Class calendar engine and methods
Accessible without login Plain text file calendar.css Aux. Example style sheet
Accessible without login HTML file demo.html Output Demo HTML file
Accessible without login Plain text file license.txt Lic. zlib/libpng License
Accessible without login Plain text file readme.txt Doc. install info

 Version Control Unique User Downloads Download Rankings  
 0%
Total:3,685
This week:0
All time:864
This week:1,113Down
User Ratings User Comments (1)
 All time
Utility:75%StarStarStarStar
Consistency:70%StarStarStarStar
Documentation:66%StarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:51%StarStarStar
Rank:1982
 
Excellent
7 years ago (kishore kumar)
70%StarStarStarStar