cancel
Showing results for 
Search instead for 
Did you mean: 

kind of "value request help" for the time input

Former Member
0 Kudos

Hello!

An entry field 'Event time' is not filled. In order to not

write the time like 10:15:10 AM (it is very inconveniently)

I need a way a kind of "value request help" for the time input.

Sometimes there are such facilities as calender where you

can simply choose the day and it writes the whole date like

11.12.2007.

Regards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. Create a context value attribute of type "<i>date</i>".

2. Bind this attribute to the "<i>value</i>" property of the entry input field.

3. Now you should see a "value help" link next to the input field. On click of this, the calendar will be popped up.

Regards,

Satyajit.

Answers (3)

Answers (3)

Former Member
0 Kudos

Ayyapparaj KV thanks.

How can I use it within WebDynpro ?

Maybe like so:

data daytime type EVS ?????

Can you give me an example please ?

bye

sas

Former Member
0 Kudos

Hello!

Thanks for hints. But I dont need a calendar. I need a help for

time input.

@Ayyapparaj KV

What are EVS?

I have never heard the datatype CctTime.

Regards

sas

Former Member
0 Kudos

Hi,

EVS -> Extended Value Selector

From the core datatype you can select the Time

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

Have you tried creating custom EVS of your own.

You can try using the datatype CctTime.

Regards

Ayyapparaj