closed
Public

How can I transfer the date i pick in a calender in a text box?

Scenario:

I want to display the date i pick in a calender in a text box to be able submit that date to a server. eg. the date for a delivery etc.

Can someone plz. describe the different steps.

FYI, i am just about to start working with the program so it would be great if the answer is in easy language 😉

Cheers

1 answer

Hi Max,

The Calendar element provides some properties to indicate the current selected date. You could use these properties to create the content of the text box.

For example, you have a Calendar element with id “Calendar_1”, you can use these element properties in text box content:

{Calendar_1.year}

{Calendar_1.month}

{Calendar_1.day}

Here is a working example:

The working example could be download here: http://www.foreui.com/misc/tmp/calend…

#1

This question is now closed