Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]

(no description)

File Size: 320 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

date:: (5 methods):
  get_operators()
  setup_form()
  get_sql_filter()
  get_relative_timeframe()
  get_sample_values()


Class: date  - X-Ref

Date report filter

This filter accepts a unix timestamp to perform date filtering on

get_operators()   X-Ref
Return an array of operators available for this filter

return: lang_string[]

setup_form(MoodleQuickForm $mform)   X-Ref
Setup form

param: MoodleQuickForm $mform

get_sql_filter(array $values)   X-Ref
Return filter SQL

param: array $values
return: array

get_relative_timeframe(int $operator, int $dateunitvalue, int $dateunit)   X-Ref
Return start and end time of given relative date period

param: int $operator One of the ::DATE_LAST/CURRENT/NEXT constants
param: int $dateunitvalue Unit multiplier of the date unit
param: int $dateunit One of the ::DATE_UNIT_DAY/WEEK/MONTH/YEAR constants
return: int[] Timestamps representing the start/end of timeframe

get_sample_values()   X-Ref
Return sample filter values

return: array