JDatabaseQueryPostgresql::month
Used to get a string to extract month from date column.
Usage: $query->select($query->month($query->quoteName('dateColumn')));
Signature
public function month(string
$dateĀ )
Parameters
-
$date
- Date column containing month to be extracted.
Returns
- string
- Returns string to extract month from a date.