douyoupingji7238 2015-07-06 06:18
浏览 147
已采纳

我想在当前日期的下拉列表中显示一个月的日期和日期 - 月份

My current script shows all dates of current month but I want total 30 dates including next months date:

<?php        

$dateToday = Date("d");             
$currentMonthDigits = Date("m");                
$currentMonthText = Date("M");              
$currentYear = Date("Y");                        

for ( $i=$dateToday; $i<32; $i++ ) {
  $theday = date('d', mktime(0,0,0,0,$i,2000)); 
  if($theday == $dateToday)                     
    echo "<option value='$currentYear-$currentMonthDigits-$theday'>Today</option>";
  else
    echo "<option value='$currentYear-$currentMonthDigits-$theday'>$theday $currentMonthText $currentYear</option>";
}
?> 
  • 写回答

2条回答 默认 最新

  • doushun1904 2015-07-06 06:36
    关注
    $date = time();
    for ( $i=$dateToday; $i<32; $i++ ) {
        echo date("Y-m-d", $date) . " " .  date("d M Y", $date) . "
    ";
        $date = strtotime(date("Y-m-d", $date) . " +1 day" );
    }
    

    output

    2015-07-06 06 Jul 2015
    ...
    2015-07-30 30 Jul 2015
    2015-07-31 31 Jul 2015
    2015-08-01 01 Aug 2015
    2015-08-02 02 Aug 2015
    ...
    2015-08-06 06 Aug 2015
    

    Demo

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 正弦信号发生器串并联电路电阻无法保持同步怎么办
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 个人网站被恶意大量访问,怎么办
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)