/**
  * Execute and make receiver to enable displaying messages date.
  */
 public function execute()
 {
     // sometimes, there is no receiver and this is the command which
     // does all the work
     $this->output->enableDate();
 }