Home
last modified time | relevance | path

Searched defs:day (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Date/
H A DAbstractCalendarDate.php69 public int $day; variable in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
187 public function day(): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml295 $day = max(1, $date->day()); variable
/webtrees/resources/js/
H A Dwebtrees.js340 …n, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec, sun, mon, tue, wed, thu, fri, sat, day) { argument
496 function calSetDateField (dateFieldId, year, month, day) { argument
545 webtrees.calDateClicked = function (dateFieldId, dateDivId, year, month, day) { argument