Changeset 6578 for trunk/include/dblayer/functions_pgsql.inc.php
- Timestamp:
- Jun 22, 2010, 11:01:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/dblayer/functions_pgsql.inc.php
r6510 r6578 545 545 } 546 546 547 function pwg_db_get_hour($date) 548 { 549 return 'EXTRACT(HOUR FROM '.$date.')'; 550 } 551 547 552 function pwg_db_get_date_YYYYMM($date) 548 553 {
Note: See TracChangeset
for help on using the changeset viewer.