ILIAS  release_8 Revision v8.23
date.php File Reference

Go to the source code of this file.

Variables

 $testdates = array(time(), strtotime('1900/01/01'), strtotime('2008/01/01'), strtotime('2008/01/01 08:00:00'), strtotime('2007/12/31 23:59:59'), strtotime('2008/02/29'), strtotime('2000/12/31'))
 
 $formats = array('a','A','b','B','c','C','d','D','e','F','g','G','h','H','I','j','k','l','m','M','n','p','P','r','R','s','S','t','T','u','U','V','w','W','x','X','y','Y','z','Z','%')
 
 $lc
 
 $lc ['c'] = strftime("%c")
 
 $lc ['r'] = strftime("%r")
 
 $lc ['x'] = strftime("%X")
 
 $lc ['X'] = strftime("%X")
 
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d = strtotime("2008/01/01 10:00:00")
 
 $lc ['p'][] = strftime("%p", $d)
 
 $lc ['P'][] = strftime("%p", $d)
 
 $lc ['p'][] = strftime("%p", $d)
 
 $lc ['P'][] = strftime("%p", $d)
 

Variable Documentation

◆ $d

$d = strtotime("2008/01/01 10:00:00")

Definition at line 296 of file date.php.

Referenced by ilExGradesTableGUI\__construct(), ilObjTest\_getECTSGrade(), ilRepositoryObjectPlugin\_getImagePath(), ilDataSet\addRecordsXml(), ILIAS\UI\examples\Input\ViewControl\Group\base(), ilObjLanguageFolder\checkAllLanguages(), ilDatabaseEnvironmentValidObjective\checkDefaultEngine(), ilExAssignment\cloneAssignmentsOfExercise(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilPCInteractiveImageGUI\confirmPopupDeletion(), PasswordContraintsTest\constraintsProvider(), ILIAS\Setup\ObjectiveIterator\detectDependencyCycles(), ilObjLanguageFolderGUI\downloadDeprecatedObject(), ilTestInfoScreenToolbarFactory\ensureInitialised(), ILIAS\ResourceStorage\Resource\Repository\CollectionDBRepository\existing(), ilObjExercise\exportGradesExcel(), ILIAS\ResourceStorage\Resource\Repository\ResourceDBRepository\get(), ILIAS\ResourceStorage\Information\Repository\InformationDBRepository\get(), ILIAS\ResourceStorage\Revision\Repository\RevisionDBRepository\get(), ilBiblFieldFactory\getAvailableFieldsForObjId(), ilVirtualSkillTree\getChildsOfNode(), ilDBPdo\getDBVersion(), ilDatabasePopulatedObjective\getDefaultEngine(), ilObjMediaCastGUI\getDuration(), ilFeedWriter\getFeed(), ilUploadDirFilesTableGUI\getFiles(), ilSetupLanguage\getInstallableLanguages(), ilBookingReservationsTableGUI\getItems(), ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDataCollection\getItemsAsKeyValuePairs(), ilObjLanguageFolder\getLanguages(), ilSetupLanguage\getLocalLanguages(), ilUserUtil\getNamePresentation(), ilFileObjectToStorageMigrationHelper\getNextFileId(), ILIAS\Survey\PrintView\ResultsPerUserPrintViewProviderGUI\getPages(), ilFileObjectMigrationDoneObjective\getPreconditions(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilBibliographicStorageMigration\getRemainingAmountOfSteps(), ilFileObjectToStorageMigration\getRemainingAmountOfSteps(), ilStorageHandlerV1Migration\getRemainingAmountOfSteps(), ilFileObjectToStorageMigrationRunner\getResource(), ILIAS\ResourceStorage\Resource\Repository\CollectionDBRepository\getResourceIdStrings(), ILIAS\ResourceStorage\Stakeholder\Repository\StakeholderDBRepository\getStakeholders(), ilTestInfoScreenToolbarFactory\getToolbarInstance(), ilGlossaryExporter\getXmlExportTailDependencies(), ilObjectListGUI\insertDescription(), ilContainerUserFilter\isEmpty(), ilObjLanguageFolderGUI\listDeprecatedObject(), ilNewsTimelineGUI\loadMore(), ilStyleCharacteristicGUI\pasteCharacteristicsFromOtherStyle(), ilStyleCharacteristicGUI\pasteCharacteristicsWithinStyle(), ILIAS\ResourceStorage\Preloader\DBRepositoryPreloader\preload(), ILIAS\ResourceStorage\Stakeholder\Repository\StakeholderDBRepository\preload(), ILIAS\ResourceStorage\Resource\Repository\ResourceDBRepository\preload(), ILIAS\ResourceStorage\Information\Repository\InformationDBRepository\preload(), ILIAS\ResourceStorage\Revision\Repository\RevisionDBRepository\preload(), ilStorageHandlerV1Migration\prepare(), ilObjQuestionPoolGUI\printObject(), ilObjFileStakeholder\resourceHasBeenDeleted(), ilStyleCharacteristicGUI\saveTagTitles(), ilObjEmployeeTalkGUI\sendNotification(), ilEmployeeTalkAppointmentGUI\sendNotification(), ilObjEmployeeTalkSeriesGUI\sendNotification(), ilObjEmployeeTalkGUI\sendUpdateNotification(), ilObjSurvey\setEndDateAndTime(), ilObjSurvey\setStartDateAndTime(), ilNewsTimelineGUI\show(), ilLMObjectGUI\showActions(), ilObjContentObjectGUI\showActions(), ilObjUserFolderGUI\showPossibleSubObjects(), ilBibliographicStorageMigration\step(), DeckTest\test_get_cards(), DeckTest\test_get_size(), DeckTest\test_render_content(), DeckTest\test_with_cards(), DeckTest\test_with_size(), and ilFileSystemGUI\unzipFile().

◆ $formats

$formats = array('a','A','b','B','c','C','d','D','e','F','g','G','h','H','I','j','k','l','m','M','n','p','P','r','R','s','S','t','T','u','U','V','w','W','x','X','y','Y','z','Z','%')

◆ $lc [1/9]

$lc
Initial value:
= array (
"a" => array(),
"A" => array(),
"b" => array(),
"B" => array(),
"c" => "%Y %m %d (%a) %r",
"p" => array(),
"P" => array(),
"r" => "%p %I %M %S %p %Z",
"x" => "%Y %m %d",
"X" => "%H %M %S"
)

Definition at line 267 of file date.php.

◆ $lc [2/9]

$lc[ 'c'] = strftime("%c")

Definition at line 279 of file date.php.

◆ $lc [3/9]

$lc[ 'r'] = strftime("%r")

Definition at line 280 of file date.php.

◆ $lc [4/9]

$lc[ 'x'] = strftime("%X")

Definition at line 281 of file date.php.

◆ $lc [5/9]

$lc[ 'X'] = strftime("%X")

Definition at line 282 of file date.php.

◆ $lc [6/9]

$lc[ 'p'][] = strftime("%p", $d)

Definition at line 297 of file date.php.

◆ $lc [7/9]

$lc[ 'P'][] = strftime("%p", $d)

Definition at line 298 of file date.php.

◆ $lc [8/9]

$lc[ 'p'][] = strftime("%p", $d)

Definition at line 300 of file date.php.

◆ $lc [9/9]

$lc[ 'P'][] = strftime("%p", $d)

Definition at line 301 of file date.php.

◆ $testdates

$testdates = array(time(), strtotime('1900/01/01'), strtotime('2008/01/01'), strtotime('2008/01/01 08:00:00'), strtotime('2007/12/31 23:59:59'), strtotime('2008/02/29'), strtotime('2000/12/31'))

Definition at line 69 of file date.php.