Missing Controller
Error: DateController could not be found.
Error: Create the class DateController below in file: app/controllers/date_controller.php
<?php
class DateController extends AppController {
var $name = 'Date';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
