You are here

public function ScheduleData::getStartDate in Loft Data Grids 7.2

Return value

mixed

1 call to ScheduleData::getStartDate()
ScheduleData::makeSchedule in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ScheduleData.php
Split the current page up into a number of pages based on workload.

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ScheduleData.php, line 103

Class

ScheduleData
Class ScheduleData

Namespace

AKlump\LoftDataGrids

Code

public function getStartDate() {
  return ($d = $this->startDate) ? $d : date_create('today');
}