Ticket #368 (closed バグ指摘: 修正済)

Opened 16 years ago

Last modified 16 years ago

新着情報(ブロックコンテンツ)の日付が化ける

Reported by: kishida Owned by: somebody
Priority: Milestone: EC-CUBE
Component: フロント Version: 2.1.2(正式版)
Keywords: 新着情報 Cc:
修正済み:

Description (last modified by kishida) (diff)

新着情報を表示するブロックコンテンツで、日付が文字化けする

[修正方法] <!--{$arrNews[data].news_date_disp|date_format:"%Y年%m月%d日"}--> ↓ <!--{$arrNews[data].news_date_disp|date_format:"%Y&#24180;%m&#26376;%d&#26085;"}--> 年→&#24180; 月→&#26376; 日→&#26085;

Change History

comment:1 Changed 16 years ago by kishida

  • Description modified (diff)

comment:2 Changed 16 years ago by takegami

  • Status changed from new to closed
  • Resolution set to 修正済

r17658 修正

Note: See TracTickets for help on using tickets.