dqnf28092 2013-09-24 11:55
浏览 23
已采纳

更改php中的日期格式[关闭]

I have got date store in my database in datetime format,whereas in my view page I need to display date in different format.

My current query in model is-

function get_date($id)

{

 $query=$this->db->query("select `created_time` from `comments` where        `post_id`=$id");
$query2= $query->result_array();
$date=$query2['0']['created_time'];

 return $date;   
        }

result on view page: 2013-09-10 07:22:00 which is correct but what I want is:

10 sep 13

now can anyone please help me how to change the result to this format.

  • 写回答

1条回答 默认 最新

  • dqtm8504 2013-09-24 11:58
    关注

    Just use strtotime to convert your date into a unix timestamp, and then use date to format it how you want:

    <?php
        $date = '2012-02-06 22:20:37';
        $date = date('j M y', strtotime($date));
        var_dump($date); //6 Feb 12
    ?>
    

    DEMO

    And if you absolutely want it lowercase, just surround it by strtolower.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 comsol稳态求解器 找不到解,奇异矩阵有1个空方程返回的解不收敛。没有返回所有参数步长;pid控制
  • ¥15 怎么让wx群机器人发送音乐
  • ¥15 fesafe材料库问题
  • ¥35 beats蓝牙耳机怎么查看日志
  • ¥15 Fluent齿轮搅油
  • ¥15 八爪鱼爬数据为什么自己停了
  • ¥15 交替优化波束形成和ris反射角使保密速率最大化
  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功