Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ログインオプションのすぐ下にあるMagentoWebサイトの上部に日付と時刻を表示したい。誰かがこれをどのように達成できるか教えてもらえますか?
ありがとう
template / page /html/のheader.phtmlファイルを編集する必要があります
これを挿入してください:
<div class="date-time"> <?php echo strftime('%c');?> </div>
下
<?php echo $this->getChildHtml('topLinks') ?>
次に、cssにクラスの日時を追加し、その位置を調整できます
さまざまな方法で日時を取得するためにstrftime関数に提供できるさまざまな形式を探す