build();
?>
A Simple Decorator
A Simple Decorator
thisMonth() ); ?>
fetch() ) {
if ( $Day->isFirst() ) {
echo ( "\n\n" );
}
if ( $Day->isEmpty() ) {
echo ( " | " );
} else {
echo ( "".$Day->thisDay()." | " );
}
if ( $Day->isLast() ) {
echo ( "\n
\n" );
}
}
?>
Prev |
|
Next |