I am absolutely new to Javascript. I am trying to get a certain format for a date I need inserted. Essentially, I want it to look like mm/dd/yy but I do not want leading zeros when there is a single digit month or date. Is this possible? I tried the code here but it gives me leading zeros and a four digit year.
Thank you all in advance.