Test source pasting

  1. function formatDate($date_string, $format=‘l j F Y’, $return = false)  {
  2.         $timestamp = $this->Time->toUnix($date_string);
  3.         return($this->output(date($format,$timestamp),$return));
  4.         //code here
  5.     }

This is only a test, as I am going to start pasting snippets of code perhaps who knows, right now I’m just annoyed.


About this entry