Skip to content

Commit

Permalink
bid stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncle Cheese committed Aug 22, 2012
0 parents commit 70bc4b4
Show file tree
Hide file tree
Showing 71 changed files with 7,243 additions and 0 deletions.
1 change: 1 addition & 0 deletions MOVED_TO_GITHUB.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git://github.com/unclecheese/EventCalendar.git
19 changes: 19 additions & 0 deletions _config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

global $customDateTemplates;
$customDateTemplates = array(
/*
You can modify the date display by assigning new date templates to any of the following
date scenarios. Use the above date format keys.
'OneDay' => '$StartMonth%{sMonShort}. %{sDayNumShort}, %{sYearFull}'
'SameMonthSameYear' => '%{sMonShort}. %{sDayNumShort} - %{eDayNumShort}, %{eYearFull}'
'DiffMonthSameYear' => '%{sMonShort}. %{sDayNumShort} - %{eMonShort}. %{eDayNumShort}, %{eYearFull}'
'DiffMonthDiffYear' => '%{sMonShort}. %{sDayNumShort}, %{sYearFull} - %{eMonShort} %{eDayNumShort}, %{eYearFull}'
'OneDayHeader' => '%{sMonFull} %{sDayNumShort}%{sDaySuffix}, %{sYearFull}'
'MonthHeader' => '%{sMonFull}, %{sYearFull}'
'YearHeader' => '%{sYearFull}'
*/
);
Loading

0 comments on commit 70bc4b4

Please sign in to comment.