cancel
Showing results for 
Search instead for 
Did you mean: 

How to DateNavigator control?

Former Member
0 Kudos

Hi,

I have an input field and a button.Upon clicking a button iam opening a window in which there is a DateNavigator control.On selection of a date the input field of parent window should get filled with date with format dd/mm/yyyy.

How to go about it.Help me wiht some sample code..

Regards,

Sujesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The input field is mapped to a value attribute..right..

Make that value attribute as type date...

Now run the applciation.. You wont have to use the datenavigator..

There will be an icon near the input field . when u select the value .. the selected date will come automatically in the input field

And if u r so particular abt using the date navigator.. set selection property to single.. map the property "first selected date " to a date attribute..

Then assign a action for on day select and inside that we can get this mapped variable and set it to the input field mapped value attribute

Regards

Bharathwaj

Message was edited by: Bharathwaj R

Answers (2)

Answers (2)

Former Member
0 Kudos

Date Picker takes the format from the ur Browser Settings .

Try changing the language preference from English-US to English-UK.Now it will show dd/mm/yyyy format.

If this does not work try this.........

Former Member
0 Kudos

how to make it dd/mm/yyyy format..

by default it comes to mm/dd/yyyy