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.
xsltで現在の曜日を取得するにはどうすればよいですか? Monday, tuesday.... 0,1,2 のように指定することもできます。
XSLTでこれを行うにはどうすればよいですか?
XSLT 2.0 なので:
format-date(current-date(), '[F]')
リンクを見てください、これはあなたに役立つかもしれませんhttp://www.xsltfunctions.com/xsl/functx_day-of-week.html