Home
last modified time | relevance | path

Searched defs:date (Results 1 – 25 of 36) sorted by relevance

12

/webtrees/app/Elements/
H A DTimeValueNow.php24 use function date; alias
H A DDateValueToday.php24 use function date; alias
/webtrees/app/Date/
H A DGregorianDate.php40 public function __construct($date)
H A DJulianDate.php44 public function __construct($date)
H A DJalaliDate.php72 public function __construct($date)
H A DHijriDate.php75 public function __construct($date)
H A DJewishDate.php74 public function __construct($date)
H A DFrenchDate.php77 public function __construct($date)
H A DAbstractCalendarDate.php83 public function __construct(array|int|AbstractCalendarDate $date)
347 public function ageDifference(AbstractCalendarDate $date): array
/webtrees/app/Contracts/
H A DCalendarDateFactoryInterface.php36 public function make(string $date): AbstractCalendarDate;
/webtrees/app/Census/
H A DCensusColumnInterface.php42 public function date(): Date; function
H A DAbstractCensusColumn.php141 public function date(): Date function in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml291 $date = $gdate->minimumDate(); variable
292 $date = $date->convertToCalendar('gregorian'); variable
/webtrees/app/Factories/
H A DCalendarDateFactory.php46 public function make(string $date): AbstractCalendarDate
H A DTimestampFactory.php31 use function date; alias
/webtrees/app/Http/RequestHandlers/
H A DExportGedcomPage.php29 use function date; alias
H A DPendingChangesLogPage.php36 use function date; alias
H A DSiteLogsPage.php39 use function date; alias
/webtrees/app/
H A DFact.php162 private Date $date; variable in Fisharebest\\Webtrees\\Fact
394 public function date(): Date function in Fisharebest\\Webtrees\\Fact
H A DSessionDatabaseHandler.php25 use function date; alias
H A DDate.php58 public function __construct(string $date)
/webtrees/app/Services/
H A DHousekeepingService.php29 use function date; alias
H A DServerCheckService.php29 use function date; alias
/webtrees/app/Statistics/Repository/
H A DLatestUserRepository.php32 use function date; alias
/webtrees/resources/views/
H A Dfact-date.phtml49 $date = new Date($match[1]); variable

12