{* Smarty modifier/sample13-1.tpl *}
<html>
<head>
<title>Smarty Test</title>
</head>
<body>

<h1>{$title}</h1>
<p>{$smarty.now|date_format:"%Y / %m / %d"}</p>
<p>{$smarty.now|date_format:"%H:%M:%S"}</p>

</body>
</html>