This blog we will see how to override the custom message of af:inputdate component.
Generally when user will click inside the af:inputDate component then the default hint message will display like the below screen.
Add the below code for override the default message.
<af:inputDate label="Label 1" id="id1">
<af:convertDateTime hintDate="Add custom message" type="date"/>
</af:inputDate>
Now you run your page and the screen will looks like the below
Thanks...
Generally when user will click inside the af:inputDate component then the default hint message will display like the below screen.
Add the below code for override the default message.
<af:inputDate label="Label 1" id="id1">
<af:convertDateTime hintDate="Add custom message" type="date"/>
</af:inputDate>
Now you run your page and the screen will looks like the below
Thanks...
No comments:
Post a Comment