Embperl Calendar

NAME

Calendar is an Embperl control to display calendar.

SYNOPSIS

		Execute('Calendar', {
					script 	=> 'files.epl',
					url 	=> 'action=calendar&item=demo',
					left_ar	=> 'images/go-left.gif',
					right_ar=> 'images/go-right.gif',
			} );

Result of this please see in section ‘DEMO’.

DESCRIPTION

Calendar has many options some of them have default values. Let’s see what options we can use to costomize Calendar:

script

Using this option we can define a script name.

URL

Defines a piece of URL which should be added to the all calendar’s links.

left_ar

Defines image for left arrow.

right_ar

Defines image for right arrow.

start_dayw

Defines a start day of the week: Sunday - 0 or Monday - 1 (default is 1 - Monday).

CSS

Defines a full path to the customer CSS.

DEMO

Online demo …

DONWLOAD

REQUIRES

AUTHOR

Michael Stepanov stepanov.michael[at]gmail.com