CC-1695 Remove Campcaster Studio and make install easier
Fixed references to files for new directory structure for the backend stuff.
This commit is contained in:
parent
fe724b7814
commit
2ece374513
319 changed files with 75 additions and 357 deletions
16
3rd_party/php/pear/Calendar/docs/examples/9.phps
vendored
Normal file
16
3rd_party/php/pear/Calendar/docs/examples/9.phps
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* Description: simple example on i18N
|
||||
*/
|
||||
if ( !@include 'Calendar/Calendar.php' ) {
|
||||
define('CALENDAR_ROOT','../../');
|
||||
}
|
||||
require_once CALENDAR_ROOT.'Day.php';
|
||||
|
||||
$Day = & new Calendar_Day(2003,10,23);
|
||||
|
||||
setlocale (LC_TIME, "de_DE"); // Unix based (probably)
|
||||
// setlocale (LC_TIME, "ge"); // Windows
|
||||
|
||||
echo ( strftime('%A %d %B %Y',$Day->getTimeStamp()));
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue