Home
last modified time | relevance | path

Searched refs:dateInput (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DInputs.php34 public function setDateInput(DateInput $dateInput) argument
36 $this->dateInput = $dateInput;
43 return $this->dateInput;
/plugin/calendar/
H A Dcalendar-main.js1597 const dateInput = document.getElementById('event-date-' + calId);
1598 const date = dateInput.value;
1599 const oldDate = dateInput.getAttribute('data-original-date') || date;