Hi all,<br><br>Why doesn't this work:<br><br>$blogposttime = 'strftime("%H", $page["ctime"])';<br>if ($blogposttime == "22") $FmtPV['$BlogTimeOfDay'] = "It was getting late";<br clear="all">
<br>When I try using {$BlogTimeOfDay} in a page, nothing is returned. All I want to do is have the time of day displayed not in numeric fashion, but using a custom message corresponding to the time of day. Perhaps I misunderstood strftime? Or I have something mixed up?
<br><br>Jon Haupt<br>