You are here: Almanac » AlmanacCalendar

Almanac Calendar

  • Set CURTIME = 1731628800
  • Set CURDAY =
  • Set CURYEAR = 2024
  • Set CURMONTH = 11
  • Set CURMONTHNAME = Nov
  • Set SELECTTIME = 1731628800
  • Set SELECTMONTH = 11

Sunday Monday Tuesday Wednesday Thursday Friday Saturday
          01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

Event Lists

Moon Phases

New Moons

  • 23 Jan 2013 -
    New Moon 2:39 AM
  • 21 Feb 2013 -
    New Moon 5:35 PM
  • 22 Mar 2013 -
    New Moon 10:37 AM
  • 21 Apr 2013 -
    New Moon 3:19 AM
  • 20 May 2013 -
    New Moon 7:47 PM
  • 19 Jun 2013 -
    New Moon 11:03 AM
  • 19 Jul 2013 -
    New Moon 12:25 AM
  • 17 Aug 2013 -
    New Moon 11:55 AM
  • 15 Sep 2013 -
    New Moon 10:11 PM
  • 15 Oct 2013 -
    New Moon 8:03 AM
  • 13 Nov 2013 -
    New Moon 5:08 PM
  • 13 Dec 2013 -
    New Moon 3:42 AM

First Quarter Moons

  • 1 Jan 2013 -
    Quarter Moon 1:14 AM
  • 30 Jan 2013 -
    Quarter Moon 11:10 PM
  • 29 Feb 2013 -
    Quarter Moon 8:22 PM
  • 30 Mar 2013 -
    Quarter Moon 3:41 PM
  • 29 Apr 2013 -
    Quarter Moon 5:58 AM
  • 28 May 2013 -
    Quarter Moon 4:16 PM
  • 26 Jun 2013 -
    Quarter Moon 11:31 PM
  • 26 Jul 2013 -
    Quarter Moon 4:56 AM
  • 24 Aug 2013 -
    Quarter Moon 9:54 AM
  • 22 Sep 2013 -
    Quarter Moon 3:41 PM
  • 21 Oct 2013 -
    Quarter Moon 11:32 PM
  • 20 Nov 2013 -
    Quarter Moon 9:32 AM
  • 20 Dec 2013 -
    Quarter Moon 12:19 AM

Full Moons

  • 9 Jan 2013 -
    Full Moon 2:30 AM
  • 7 Feb 2013 -
    Full Moon 4:54 PM
  • 8 Mar 2013 -
    Full Moon 4:40 AM
  • 6 Apr 2013 -
    Full Moon 3:19 PM
  • 5 May 2013 -
    Full Moon 11:35 PM
  • 4 Jun 2013 -
    Full Moon 7:12 AM
  • 3 Jul 2013 -
    Full Moon 2:52 PM
  • 1 Aug 2013 -
    Full Moon 11:28 PM
  • 31 Aug 2013 -
    Full Moon 9:59 AM
  • 29 Sep 2013 -
    Full Moon 11:19 PM
  • 29 Oct 2013 -
    Full Moon 3:50 PM
  • 28 Nov 2013 -
    Full Moon 9:46 AM
  • 28 Dec 2013 -
    Full Moon 5:22 AM

Three-Quarter Moons

  • 16 Jan 2013 -
    Third Quarter Moon 4:08 AM
  • 14 Feb 2013 -
    Third Quarter Moon 12:04 PM
  • 14 Mar 2013 -
    Third Quarter Moon 9:25 PM
  • 13 Apr 2013 -
    Third Quarter Moon 6:50 AM
  • 12 May 2013 -
    Third Quarter Moon 5:47 PM
  • 11 Jun 2013 -
    Third Quarter Moon 6:42 AM
  • 10 Jul 2013 -
    Third Quarter Moon 9:48 PM
  • 9 Aug 2013 -
    Third Quarter Moon 2:55 PM
  • 8 Sep 2013 -
    Third Quarter Moon 9:16 AM
  • 8 Oct 2013 -
    Third Quarter Moon 3:34 AM
  • 6 Nov 2013 -
    Third Quarter Moon 7:36 PM
  • 6 Dec 2013 -
    Third Quarter Moon 10:32 AM

Reference Events

One-time Events

Relative Events

Weekly Events

Bi-Weekly Events

Monthly Events

Code - Visible only to AdminGroup.

Date Formatting

%STARTSECTION{"dates"}%$percntCALC{\"$SET(startepoch, 
~~~                      $IF($EXACT($formfield(Date),), 
~~~                         $TIMEADD(
*~~                             $TIME($percntFORMFIELD{\"Date\"  topic=\"$percntFORMFIELD{\"RelativeTo\" topic=\"$web.$topic\"}$percnt\"}$percnt $GET(curyear) LOCAL), 
~~~                            $formfield(OffsetAmount), $formfield(OffsetUnit)
*~~                          ),  
~~~                         $TIME($formfield(Date) $GET(curyear))
*~~                      ))$FORMATTIME($GET(startepoch),  $day $mon $year)
~~~                     $IF($NOT($EMPTY($formfield(EndDate)$formfield(RepeatCount))),  
~~~                          - $IF($NOT($EMPTY($formfield(EndDate))),
~~~                               $formfield(EndDate) $GET(curyear),
~~~                               $FORMATTIME($TIMEADD($GET(startepoch), 
~~~                                     $EVAL($formfield(RepeatCount) * 
~~~                                          $IF($EXACT($formfield(RepeatFrequency), weekly), 1)$IF($EXACT($formfield(RepeatFrequency), bi-weekly), 2)$IF($EXACT($formfield(RepeatFrequency), monthly), 4)
*~~                                      ), week), $day $mon $year )
*~~                         )
*~~                    )
~~~                  \"}$percnt 
~~~              - <a href='$percntSCRIPTURL{view}$percnt/$web/$topic' title='$percntENCODE{\"$formfield(Details)\" type=\"safe\"}$percnt'>$formfield(TopicTitle)</a>%ENDSECTION{"dates"}%

Date Formatting

%STARTSECTION{"calendar_styles"}%
<style type='text/css' media='all'>
.eventCalendar {
   width: 100%;
   padding: 0;
   margin: 0;
   border: 1px solid #A2ADBC;
   font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #616B76;
   text-align: center;
   background-color: #fff;
}
form#jumpMonth select { font-size:1.5em; }
.nav, .nav a {
   font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #fff;   
   text-align: center;
   text-decoration: none;
}   
.eventCalendar th {
   font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #616B76;
        text-align: center;
   background-color: #D9E2E1;
   border-right: 1px solid #A2ADBC;
   border-bottom: 1px solid #A2ADBC;
   border-top: 1px solid #A2ADBC;
}
.eventCalendar td {
   background-color: transparent;
}
.today, td.today a, td.today a:link, td.today a:visited {
   color: #F6F4DA;
   font-weight: bold;
   background-color: #DF9496;
}
td.calendarHeader {
   background-color: #D9E2E1;
}
td.weekend {
   background-color: #D9E2E1;
}
.eventCalendar td.day,
.eventCalendar td.weekday,
.eventCalendar td.weekend {
   border-right: 1px solid #A2ADBC;
   border-bottom: 1px solid #A2ADBC;
   /* width: 20px;
   height: 20px; */
   text-align: center;
}
.eventCalendar a {
   text-decoration: none;
   font-weight: bold;
   display: inline-block;
}
.eventCalendar a:link, .eventCalendar a:visited {   
   color: #608194;
}
.eventCalendar a:hover, .eventCalendar a:active {
   color: #6aa3ae;
}
</style>
%ENDSECTION{"calendar_styles"}%
   background: url(%PUBURLPATH%/%WEB%/%TOPIC%/bg_calendar.gif) no-repeat right bottom;

  td.calendarHeader {background-color: #efefef;}
  th.weekend, th.weekday {text-align: center;}
  td.weekend {background-color: lightgrey;}
  table.eventCalendar table td:first-child,
  table.eventCalendar table td:last-child {
     background-color: lightgrey;
  }
  td.today {background-color: #efefef;}

This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Middle Fork Home Wiki? Send feedback
Syndicate this site RSS