Individual date format
Brought to you by:
michaelklaus
In my case I want to use another format for the date. The standard format d-m-yyyy is in some cases not very useful.
So I have added one function to the class which could be used by the following code:
<?php
$mycal->setFormat("d.m.Y");
?>
The Result is that in the textbox appears a date like: 12.08.2009.
There have been only a few changes to make this possible.
The changed class file