I want to create a custom date that is displayed "YYYYMMDD" for example: November 10, 1775 would be 17751110 and August 7, 1942 would be 19420807. I have tried using the input mask as "99990000,0,_" but the text box and table will not accept input as properly formatted. The date and month must...