lightning:input type=”date” formatting
dateStyle attribute can be used for lightning:input type="date" formatting in Salesforce Aura Component. Check the following code for reference. Sample Code: Component: <aura:component implements = "force:appHostable"> <div class="slds-box slds-theme_default"> <lightning:input name="input1" ....