Perspective - add value from an object to another object by a button

Hi there,
I need a help, how can I add value from an object to another object by a button?

Please check the image attached. I want to send the Date and Time Input object value to a Label value when I click the 'Add date to the label' button.

Could you help me?


I

Right-click on the button and select Configure Events.

I suggest to you that this action is unneccessary, non-standard and will confuse your operators. Whatever the label is being used for can access the DateTimeInput.value property directly.

I recommend reading up on good GUI design practices. It will help your design process, help your users and look professional rather than amateur.