{$smarty.now|date_format:"%Y/%m/%d %H:%M:%S"}
月日、時分の区切りをとります。
{$smarty.now|date_format:"%Y%m%d %H%M%S"}
PHPで定義した定数があります。
<?php
define('_SIMEKIRI_', '20201117000000');
?>
Smartyで比較します。
{if $smarty.now|date_format:"%Y%m%d%H%M%S" >= $smarty.const._SIMEKIRI_}
・
{else}
・
{/if}
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image