Changeset 4854 for temp/trunk/html/admin
- Timestamp:
- 2006/09/17 14:40:39 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/inquiry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/inquiry.php
r4671 r4854 36 36 37 37 38 39 40 41 38 class LC_Page { 42 39 var $cnt_question; … … 76 73 77 74 78 $sql = "SELECT *, to_char( create_date, 'YYYY/MM/DD') as disp_date FROM dtb_question WHERE del_flg = 0 ORDER BY question_id";75 $sql = "SELECT *, cast(substring(create_date, 1, 10) as date) as disp_date FROM dtb_question WHERE del_flg = 0 ORDER BY question_id"; 79 76 $result = $conn->getAll($sql); 80 77 $objPage->list_data = $result;
Note: See TracChangeset
for help on using the changeset viewer.
