0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【SharePoint 2013】SharePoint Designer 2013 で新規作成した Form の日時書式を設定する。

Last updated at Posted at 2018-11-15
<xsl:value-of select="ddwrt:FormatDate(@Modified, 1041, 5)"/>

ddwrt:FormatDate関数の定義

ddwrt:FormatDate(date, lcid, formatflag)

  • date
    • 表示形式を変換する日付データ
  • lcid
    • ロケール (日本語だと 1041)
  • formatflag
    • 表示形式を示すフラグ。1, 3, 4, 5, 7, 12, 13, 15 の数値
formatflag 出力
1 2008/1/22
3 2008年1月22日
4 0:03
5 2008/1/22 0:03
7 2008年1月22日 0:03
12 0:03:00
13 2008/1/22 0:03:00
15 2008年1月22日0:03:00

参考サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?