Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
unclecheese committed May 15, 2012
0 parents commit 9391b91
Show file tree
Hide file tree
Showing 39 changed files with 4,244 additions and 0 deletions.
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 9391b91

Please sign in to comment.