ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ilPluginsOverviewTableFilterGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilObjTest\_getECTSGrade(), ilObjUser\addObjectToClipboard(), ilDataSet\addRecordsXml(), ilScorm2004DataSet\afterXmlRecordWriting(), ilMySQLAbstraction\alterTable(), ilObjQuestionPoolGUI\buildCreateQuestionForm(), ilObjLanguageFolder\checkAllLanguages(), ilExAssignment\cloneAssignmentsOfExercise(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilPCInteractiveImageGUI\confirmPopupDeletion(), PasswordContraintsTest\constraintsProvider(), ilSCORM13Package\dbImportSco(), ILIAS\Setup\ObjectiveIterator\detectDependencyCycles(), ilObjLanguageFolderGUI\downloadDeprecatedObject(), ilTestInfoScreenToolbarFactory\ensureInitialised(), ilObjExercise\exportGradesExcel(), Parser\fetchScaryTemplateMaybeFromCache(), ilAssignmentsTableGUI\fillRow(), ilExGradesTableGUI\fillRow(), 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(), ilFeedWriter\getFeed(), ilUploadDirFilesTableGUI\getFiles(), ilSetupLanguage\getInstallableLanguages(), ilBookingReservationsTableGUI\getItems(), ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDataCollection\getItemsAsKeyValuePairs(), ilDataSet\getJsonRepresentation(), ilObjLanguageFolder\getLanguages(), ilSetupLanguage\getLocalLanguages(), ilUserUtil\getNamePresentation(), ilFileObjectToStorageMigrationHelper\getNext(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilStorageHandlerV1Migration\getRemainingAmountOfSteps(), ilFileObjectToStorageMigration\getRemainingAmountOfSteps(), ilFileObjectToStorageMigrationRunner\getResource(), ilDatabaseAtomRunTest\getResultFromDB(), ILIAS\ResourceStorage\Stakeholder\Repository\StakeholderDBRepository\getStakeholders(), ilTestInfoScreenToolbarFactory\getToolbarInstance(), ilGlossaryExporter\getXmlExportTailDependencies(), ilObjectListGUI\insertDescription(), ilContainerUserFilter\isEmpty(), ilObjLanguageFolderGUI\listDeprecatedObject(), ilNewsTimelineGUI\loadMore(), ilAwarenessAct\notifyOnNewOnlineContacts(), 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(), ilObjFileStakeholder\resourceHasBeenDeleted(), ilObjSurvey\setEndDateAndTime(), ilObjSurvey\setStartDateAndTime(), ilNewsTimelineGUI\show(), ilLMObjectGUI\showActions(), ilObjUserFolderGUI\showActions(), ilObjGlossaryGUI\showActions(), ilObjContentObjectGUI\showActions(), ilObjUserFolderGUI\showPossibleSubObjects(), ilObjRoleFolderGUI\showPossibleSubObjects(), ilObjectGUI\showPossibleSubObjects(), DeckTest\test_get_cards(), DeckTest\test_get_size(), DeckTest\test_render_content(), DeckTest\test_with_cards(), DeckTest\test_with_size(), ilTreeTest\testAllOthers(), ilObjUserTest\testAuthAndEmailMethods(), ilObjUserTest\testClipboard(), ilObjUserTest\testCreateSetLookupDelete(), ilDatabaseAtomRunTest\testUpdateDuringLock(), ilDatabaseAtomRunTest\testUpdateDuringTransaction(), and ilFileSystemGUI\unzipFile().

◆ $formats

◆ $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.

Referenced by Title\indexTitle().

◆ $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.