Can I insert a time shift into a drop down menu option?

Can I insert a time shift into a drop down menu option? So that when that drop down option is selected, a date is inserted that is 30 days from the current date?

Hi, welcome to the forum!

There are a few ways to do this in Text Blaze, but the easiest to set the date command as one of the options in the dropdown menu like shown below:

{formmenu: default=Choice A; {time: MMMM Do YYYY; shift=+30D}; Choice C}

Let me know if this works!