PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of MT Jordan   calendar.class.php   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: install info
Class: calendar.class.php
Perpetual seven day calendar
Author: By
Last change: Updated for version 2.0.0
Date: 9 years ago
Size: 870 bytes
 

Contents

Class file image Download
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>