當前位置: 首頁>>代碼示例>>PHP>>正文


PHP XDateTime::yearDiff方法代碼示例

本文整理匯總了PHP中XDateTime::yearDiff方法的典型用法代碼示例。如果您正苦於以下問題:PHP XDateTime::yearDiff方法的具體用法?PHP XDateTime::yearDiff怎麽用?PHP XDateTime::yearDiff使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在XDateTime的用法示例。


在下文中一共展示了XDateTime::yearDiff方法的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>
開發者ID:sdgdsffdsfff,項目名稱:hdf-client,代碼行數:30,代碼來源:_serviceused.php


注:本文中的XDateTime::yearDiff方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。