//--------------------------------------------------------------------------- // // File: ampCal.js // Purpose: This is the source file for the ampCal JavaScript Calendar. // Author: Andrew M. Pierce // Date: 08/21/1998 // // Copyright (c) 1998-99, Andrew M. Pierce, Baja Web Designs // // Description: // This source code is provided as is, without guarantee or warranty of // any kind. You are free to use and distribute this source without // obtaining written permission from the author providing you do not // remove or modify the copyright line which displays at the bottom // of the calendar. // // See the readme.txt file which should accompany this file for complete // instructions on how to use this calendar. // // ------------------------------------------------------------------------- // // M O D I F I C A T I O N H I S T O R Y // --------------------------------------- // // Date By Description // ---------- --- ---------------------------------------------------------- // 09/21/1998 amp Initial revision. // 09/28/1998 amp Made the height of the day blocks a minimum of 70 and // centered column headings. // 11/06/1998 amp Repeated the font specification on each day because // Netscape had a problem with it. Also placed the entire // calendar in a table so I can control the background color // so my header and copyright line show up. // 11/25/1998 amp Add a row for days 30 and 31 if necessary. Also made // colors work correctly in past and future. // 12/09/1998 amp Fixed the color problem permanently. // 02/16/1999 amp Forced the year to 4 digits. // 09/21/1999 amp Updated with baja information. // //---------------------------------------------------------------------------