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.

This entry was posted in Uncategorized by Sam. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>