How do I make a date/time box fuction with alternative text inputs?
The script I'm working on has this function that creates a datebox with a default value as the argument, and if the user enters something that can't be recognized as a date, it sets the text back to that default value. I want to add a feature where if you type certain keywords into the datebox, it will trigger it to do a certain behavior. For example if the user types "yesterday" it will set the...