Re: [请益] 请教一个日期条件设计问题

楼主: gpmm (银色)   2018-01-24 22:52:23
到底为什么不直接用月判断? XD
$currentMonth = date ('n') // Numeric representation of a month
$birthdayTime = strtotime ($birthday);
$birthdayMonth = date ('n', $bitrhdayTime);
if ($currentMonth == $birthdayMonth // 现在是生日月
|| ($currentMonth % 12 + 1) == $birthdayMonth) { // 或下个月是生日月
// 显示相关资讯
}
另外你说的“在点选时,直接呼叫数据库中的纪录显示,我要的资料”
这我看不太懂,不是就下 SQL 拿东西吗?

Links booklink

Contact Us: admin [ a t ] ucptt.com