cancel
Showing results for 
Search instead for 
Did you mean: 

DATE

Former Member
0 Kudos

Hi,

could you please guide me to how to work with dates.

i mean, i m having an input field, how will i get a calender as a value help for that input field.

Accepted Solutions (1)

Accepted Solutions (1)

luciano_leitedasilva
Contributor
0 Kudos

Hi there,

Create an value attribute in the node context of the type date. Bind the input field with this attribute. You will get a calender as a value help for that input field. So easy!

Regards,

Luciano

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi rajesh,

Declare your context attribute to be of type DATS. The calendar help will show up automatically.

Regards,

Nithya

mohammed_anzys
Contributor
0 Kudos

Hi

Making the attribute type to DATS alone will not create the value help.You have to do the following steps.

Go to the context attribute properties. give the type as DATS , and make INPUT HELP MODE = Automatic.

Determined Input Help = CALENDER.

This will give , value help for the field.

Thanks

Anzy

Sharadha1
Active Contributor
0 Kudos

Hi Nithya,Anzy

I am trying the same. I did as given here. I am getting the search help.but only for one month. I am not able to navigation back or forward ( the navigation arrow is not present). It works properly when i test it from se80, but after embedding it in the portal, it is not working properly.

Any ideas?

Regards,

Sharadha

Former Member
0 Kudos

Hi Sharadha,

Why don't you try and use the DateNavigator UI Element. That should solve your problem.

Hope you find this to be helpful

Regards,

Neha

mohammed_anzys
Contributor
0 Kudos

Hi

Give the type of the inpuit field as T .You will ge the help.

Thanks

Anzy