Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

This file contains the datetime profile field class.

Copyright: 2010 Mark Nelson <markn@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU Public License
File Size: 137 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

profile_field_datetime:: (5 methods):
  edit_field_add()
  edit_save_data_preprocess()
  display_data()
  is_empty()
  get_field_properties()


Class: profile_field_datetime  - X-Ref

Handles displaying and editing the datetime field.

edit_field_add($mform)   X-Ref
Handles editing datetime fields.

param: moodleform $mform

edit_save_data_preprocess($datetime, $datarecord)   X-Ref
If timestamp is in YYYY-MM-DD or YYYY-MM-DD-HH-MM-SS format, then convert it to timestamp.

param: string|int $datetime datetime to be converted.
param: stdClass $datarecord The object that will be used to save the record
return: int timestamp

display_data()   X-Ref
Display the data for this field.


is_empty()   X-Ref
Check if the field data is considered empty

return: boolean

get_field_properties()   X-Ref
Return the field type and null properties.
This will be used for validating the data submitted by a user.

return: array the param type and null property