JDatabaseQuery::currentTimestamp
Gets the current date and time.
Usage: $query->where('published_up < '.$query->currentTimestamp());
Signature
public function currentTimestamp()
Returns
- string
Usage: $query->where('published_up < '.$query->currentTimestamp());
public function currentTimestamp()