Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DOrderDocument.php48 public $effectiveDate; variable in Google\\Service\\Dfareporting\\OrderDocument
177 public function setEffectiveDate($effectiveDate) argument
179 $this->effectiveDate = $effectiveDate;
186 return $this->effectiveDate;
/plugin/calendar/
H A Dcalendar-main.js675 const effectiveDate = endDate || dateKey;
678 if (effectiveDate < todayStr) {
683 if (effectiveDate > todayStr) {
691 const eventDateTime = new Date(effectiveDate + 'T' + time);