I have Users that want to enter Year and Month in 2 separate fields to log a payment record. I then need to take that information and convert it to the last day of the given month in a date field format. With limited knowledge in JS, I am somewhat at a loss. I did concatenate the two fields to one text field, for example, "Jan" and "2018" becomes "01/31/2018" (User is okay with Feb always defaulting to the 28th), and thought if I could grab that text field to popluate the newDate field. This is where I draw a blank.
Any suggestions...or just tell the User to get used to entering in a date format?
Thanks for any suggestions.
*This post is locked for comments