There's no built-in way to do that, but you could do things like:
INPUT MONTH,DAY,YEAR
INPUT HOUR,MINUTE,SECOND
so the user needs to type:
11,15,2016 or 9,18,0
You could also use LINPUT and make a custom function or use the regex library to check what the user typed.