[ADMIN] Is it possible in PostgreSQL?
Hi, I've got problem with one specific query. I've got the table with many of rekords like these: name | quantity | date --- aaa 2 2003-04-01 bbb 4 2003-04-12 ccc 5
[ADMIN] Change date format
Hi, does anybody know who I can change a default format date displayed in table. Date is displayed in 'Y-m-d' format but it should be 'd-m-Y'. How can I change it? Thanks