本文整理匯總了PHP中XDateTime::getDateDiffDesc方法的典型用法代碼示例。如果您正苦於以下問題:PHP XDateTime::getDateDiffDesc方法的具體用法?PHP XDateTime::getDateDiffDesc怎麽用?PHP XDateTime::getDateDiffDesc使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類XDateTime
的用法示例。
在下文中一共展示了XDateTime::getDateDiffDesc方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: if
<img src="http://i1.hdfimg.com/touch/images/case_img14.png?<?=$imgTimestamp?>" class="service_icon" width="25" height="25" />網絡谘詢(<span><?=$spacePostCnt?>次</span>)
</div>
<?php }
if ($bookingOrderCnt) { ?>
<div>
<img src="http://i1.hdfimg.com/touch/images/case_img15.png?<?=$imgTimestamp ?>" class="service_icon" width="25" height="25" />預約轉診(<span><?=$bookingOrderCnt?>次</span>)
</div>
<?php }
if ($oldPatientCnt) { ?>
<div>
<img src="http://i1.hdfimg.com/touch/images/case_img16.png?<?=$imgTimestamp ?>" class="service_icon" width="25" height="25" />診後報到
</div>
<?php } ?>
</div>
</div>
<?php if ($presentOrderCnt) { ?>
<div class="list_con">
<div class="list_con_left">贈送禮物:</div>
<div class="list_con_right"><span><?=$presentOrderCnt?></span>個</div>
</div>
<?php } ?>
<?php if ($spacePostCnt >= 3) { ?>
<div class="list_con">
<div class="list_con_left">持續時間:</div>
<div class="list_con_right hh" style="width:65%;">共<span><?=($ref->isClosePost() || !$ref->canPatientReply()) ? XDateTime::getDateDiffDesc($ref->ctime, $ref->lastPostTime) : XDateTime::getDateDiffDesc($ref->ctime, XDateTime::now())?></span>(開始於<?=XDateTime::yearDiff($ref->ctime, XDateTime::now()) ? $ref->ctime->getDateTime() : $ref->ctime->getMonthAndDay()?>)</div>
</div>
<?php } ?>
</div>