Version
3.1:
--Fixed a problem where the calendar would display an extra day
in the previous month while it's the first of the next month.
--Fixed a problem while marking dates when the calendar is set to start on a
day other than Sunday.
Version
3.0:
--Added more control over the layout including sizing, colors
and alignment.
--Added the ability to use an external configuration file, esconfig.php.
--Changed the "today marking" from a table cell to the date number.
--Modified the HTML source code output to display better when viewed.
--Changed several variables to make them shorter (less code).
NOTE: This may affect scripts based on any version before
3.0.
Be sure to read about the variables in the escalendar.php file
and make any adjustments to your current scripts.
Version
2.16:
--Added the ability to use more "natural language"
date formats for $mrks and $mrke variables. View the instructions for examples.
Version
2.15:
--Added the table width (tw), cell height (ch) and date number
alignment (algn) variables.
--Added the font size and weight command-line options (fsm, fsd, fsn, fwm, fwd,
fwn).
Version
2.14:
--Maintenance release to fix a problem highlighting the first
day of the month.
Version
2.13:
--Maintenance
release to fix a problem with the $mo variable when set as a two-digit variable
for months less than 10 causing the month name to not display.
Version
2.11 & 2.12:
--Maintenance releases to fix a minor problem with table cells
not closing in some specific instances.
Version
2.1:
--Added the (daystart) option to change the day on which the
calendar week starts.
Version
2.0:
--Added the option to display multiple start and end dates on
a single calendar.
--Added a new style of calendar that uses graphics to mark dates (calstyle=2).
--Implemented a faster [2x's] algorithm to process the marking of dates.
Version
1.2:
--Added the ability to offset the time for different timezones
(ctime).
>>This is useful if you live in a different timezone other than your server.
Version
1.1:
--Added the md variable (This feature has
been replaced).
--Added the ability to change day names (for different languages).
--Added the ability to change month names
(for different languages).