Adding Days To Prompt Date
Hi there,
I want to add 3 days to prompt date, any Suggestions ?
0
-
Hello,
In this case you can link your text object with your text input box and place it outside the label. If you have any question about how to do it please check our Training video:
Provide a Shared Datasource Name to this object. For example MyDate
After you can create a VBscript where you will add the offset:
CDate(Format.NamedSubStrings("MyDate").Value) + 3
0
Please sign in to leave a comment.
Comments
1 comment