Page 1 of 1

Current date in joomla

Posted: Fri Sep 21, 2007 4:42 am
by Sawariya
Hi friends I am new with joomla... i am struggling with pagination and validation ..anybody can help me ,,,,,
and which funnction is usung to get current system  time ...

defined('_JEXEC') or die ('Restricted access');

class TableMessages extends JTable
{
var $title = null;
var $tags = null;
var $description = null;
var $contents = null;
var $status = 1;
var $created_on = date('Y-m-d H:i:s');
var $id = null;

function tableMessages () {

parent::__construct ('#__messageboard','id',$db);
}
}
?>

This is my table query///

Re: Current date in joomla

Posted: Fri Sep 21, 2007 11:26 am
by ianmac
It's best if you can be a bit more specific with what issues you are facing.

Try detailing what you have tried so far, what you have succeeded in doing and what you have trouble with.

Ian