이런 날짜 표시 어떻습니까? > 자유게시판

자유게시판

이런 날짜 표시 어떻습니까? 정보

이런 날짜 표시 어떻습니까?

본문

..


추천
0

댓글 27개

좋으다~
1년넘게 SNS 생활을 해오다 보니 이게 더 좋습니다-0-ㅋ
어제게시물 부터는 1일전 2일전 보다는 날짜표기가 더 좋을듯 싶습니다-0-ㅋ
고쳐주세요 ㅡㅡㅋ
10년전
ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
목록 맨앞으로 갔더니!!

8년전
5년전

어우 까마득해 ㅠㅠ
그냥 하던 작업이나 해야겠네요.
오늘은 한번 웃껴보려고 다짐했건만 이렇게 또 못 웃낀 하루가 가버리는 군요.
lib/common.lib.php 의

        $list['datetime2'] = $list['wr_datetime'];
        if ($list['datetime'] == $g4['time_ymd'])
            $list['datetime2'] = substr($list['datetime2'],11,5);
        else
            $list['datetime2'] = substr($list['datetime2'],5,5);



        $timestamp = strtotime($list['wr_datetime']); // 글쓴날짜시간 Unix timestamp 형식
        $current = $g4['server_time']; // 현재날짜시간 Unix timestamp 형식
        // 1년전
        if ($timestamp <= $current - 86400 * 365) {
            $str = (int)(($current - $timestamp) / (86400 * 365)) . "년전";
        }
        else if ($timestamp <= $current - 86400 * 31) {
            $str = (int)(($current - $timestamp) / (86400 * 31)) . "개월전";
        }
        else if ($timestamp <= $current - 86400 * 1) {
            $str = (int)(($current - $timestamp) / 86400) . "일전";
        }
        else if ($timestamp <= $current - 3600 * 1) {
            $str = (int)(($current - $timestamp) / 3600) . "시간전";
        }
        else if ($timestamp <= $current - 60 * 1) {
            $str = (int)(($current - $timestamp) / 60) . "분전";
        }
        else {
            $str = (int)($current - $timestamp) . "초전";
        }
        $list['datetime2'] = $str;

로 대체해 보세요.
판올림.
-----------------------
lib/common.lib.php 의

        $list['datetime2'] = $list['wr_datetime'];
        if ($list['datetime'] == $g4['time_ymd'])
            $list['datetime2'] = substr($list['datetime2'],11,5);
        else
            $list['datetime2'] = substr($list['datetime2'],5,5);



        $timestamp = strtotime($list['wr_datetime']); // 글쓴날짜시간 Unix timestamp 형식
        $current = $g4['server_time']; // 현재날짜시간 Unix timestamp 형식
        // 열라 긴 세월 20년
        if ($timestamp <= $current - 86400 * 7300) {
            $str = (int)(($current - $timestamp) / (86400 * 7300)) . "열라오래됨";
        }
        // 호랭이 담배피던 시절 10년
        else if ($timestamp <= $current - 86400 * 3650) {
            $str = (int)(($current - $timestamp) / (86400 * 3650)) . "호랭이 담배피던 시절";
        }
        else if ($timestamp <= $current - 86400 * 365) {
            $str = (int)(($current - $timestamp) / (86400 * 365)) . "년전";
        }
        else if ($timestamp <= $current - 86400 * 31) {
            $str = (int)(($current - $timestamp) / (86400 * 31)) . "개월전";
        }
        else if ($timestamp <= $current - 86400 * 1) {
            $str = (int)(($current - $timestamp) / 86400) . "일전";
        }
        else if ($timestamp <= $current - 3600 * 1) {
            $str = (int)(($current - $timestamp) / 3600) . "시간전";
        }
        else if ($timestamp <= $current - 60 * 1) {
            $str = (int)(($current - $timestamp) / 60) . "분전";
        }
        else {
            $str = (int)($current - $timestamp) . "초전";
        }
        $list['datetime2'] = $str;
전체 195,546 |RSS
자유게시판 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT