Populating date from one apex:inputText to another using Javascript
If you want to set new date on apex:inputText by referencing date from other element you can do it by using javascript. You don’t need to use apex date methods.
If you want to set new date on apex:inputText by referencing date from other element you can do it by using javascript. You don’t need to use apex date methods.