【Salesforce】apex:inputFieldをtype="date"にしたら[YYYYYYMMDD]が入力できるので[YYYYMMDD]にしたい
1790 ワード
動作確認
↓
※画像だとわかりにくですが、YYYYを入力したらMM、DDとフォーカスが移動します
実現方法
test.page
<apex:inputField value="{!日付項目}" styleClass="slds-input" showDatePicker="false" type="date"/>
↓
<apex:inputField value="{!日付項目}" styleClass="slds-input" showDatePicker="false" type="date" html-max="9999-12-31"/>
参考リンク
test.page
<apex:inputField value="{!日付項目}" styleClass="slds-input" showDatePicker="false" type="date"/>
↓
<apex:inputField value="{!日付項目}" styleClass="slds-input" showDatePicker="false" type="date" html-max="9999-12-31"/>
Author And Source
この問題について(【Salesforce】apex:inputFieldをtype="date"にしたら[YYYYYYMMDD]が入力できるので[YYYYMMDD]にしたい), 我々は、より多くの情報をここで見つけました https://qiita.com/RyoheiKobayashi/items/7c1c9b656e4fabdd54c5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .