Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 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 |
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 |