cancel
Showing results for 
Search instead for 
Did you mean: 

Date Selector - UI Element

Former Member
0 Kudos

Hi!

Anyone know how to make a date selector?

Something like what can be seen in the following link

[http://i27.tinypic.com/258s11c.jpg]

Thanks for all!

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

place an input field in the view and bind input to an context attribute of type date.

nikhil

Answers (2)

Answers (2)

Former Member
0 Kudos

Do you want to create it? or use the Date selection facility provided by WD?

try this. Hope you were looking for this.

Create an attribute of type Date and bind that to InputField UI element.

Regards

Vinod V

Former Member
0 Kudos

Hi Create Simpletype of type Date and then in context create Value attribute.Map the value attribute(have a property type in these you bind the simpletype to value attribute) to the inputfield.It will work pleasse give pts.