cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with time input

Former Member
0 Kudos

Hi,

I have the same problem as described in thread .

We are using adaptive RFC. The model nodes are mapped to the views. Several input fields are of type time. If the browser language is US-EN the time fields are displayed in format "hh:mm:ss AM" (11 Characters). But it is only possible to enter 8 characters for this input field. So it is not possible to enter a correct time.

Does anybody know, if this bug is already fixed in NW 2004s? Maybe with a time selector? Or is there really a need to create own simple types or to convert the time (to string) on our own?

Thanks,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai,

give the representation format like this <b>H:mm:ss a</b> (same case )

create a simple type . in definition tab select built in type time .

In Representation tab . for Fromat H:mm:ss a (paste this).

create a context attribute of type this simple type bind it to input field.

I tried this with 2004s its accepting 11 chars, its working fine

Regards,

Naga

null

Answers (0)