• Wei Guan @ SFDC
  • NEWBIE
  • 0 Points
  • Member since 2016
  • Senior Program Architect
  • Salesforce

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
Hi, experts!
 
My client uses
<lightning-input type="date" name="input1" label="Enter a date" ></lightning-input>
 
They are unable to format the date selected using datepicker or the calendar on that field. Currently the date what the end user is selected in the input fields is in MON DD YYYY format.
 
Is there anyway to format the date selected as MM/DD/YYYY?
Do you any solution/suggestion for highlighting specific record in LWC data table? Any sample code?   
Hi, my customer wants to do address validation when account is created. If the address is not valid, the end user needs to correct the address before the account is saved. They use Experian to do address validation.

Is there anyway to acheive this by using out of box New Account screen? Is it possible to overrite 'Save' button to trigger address validation before it saves account?