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>
|