日付項目と日時項目の形式は、それらを表示するユーザーのプロファイルのロケール設定によって制御されます。
これを変更したり、ユーザーが別の言語形式を選択できるようにしたりすることが必要になることがあります (たとえば、米国で使用されている形式である MM/DD/YYYY ではなくヨーロッパの形式 DD/MM/YYYY)。
この形式は apex:page タグの「language」属性を使用して変更できます。
ページの言語を変更するには、language 属性が タグで適切に設定されている必要があります。
正しい言語コードを使用する必要があります。たとえば、イタリア語が必要な言語である場合、使用する適切な属性は次のようになります。
<apex:page language="it-IT">
スペイン語の場合は次のようになります。
<apex:page language="es-ES">
その他のすべての対応言語で同じように設定します。
How to change Date format in Visualforce Page? (Visualforce ページの日付形式を変更する方法)
000384965

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.