function view_dates() { // ------------------- // selliott global $USER, $CFG; require_once($CFG->libdir.'/gradelib.php'); // ------------------- if (!$this->assignment->timeavailable && !$this->assignment->timedue) { return; } print_simple_box_start('center', '', '', 0, 'generalbox', 'dates'); echo '
| ' . get_string('outcomes', 'grades') . ': |   |
| ' . $outcome->name . ' | |
|   |   |
| '.get_string('availabledate','assignment').': | '; echo ''.userdate($this->assignment->timeavailable).' |
| '.get_string('duedate','assignment').': | '; echo ''.userdate($this->assignment->timedue).' |