TypeText (tomorrow's date)?

Is there a way to TypeText into a field using the next day’s date? Since this is always changing, how can we do this without specifying exact text?

thanks

typeText now + one day // types 2014-04-02 11:46:22 -0600

You have lots of formatting options, for example:

typeText formattedTime(the timeFormat's shortdate, now + one day) // types 04/2/14

Please see Working with Dates and Times for much more information.

great info. thanks for the reference too!