cancel
Showing results for 
Search instead for 
Did you mean: 

How to get time validation in webdynpro

Former Member
0 Kudos

Hi all,

I have to allow user to enter the time .Is there any filed in webdynpro that allows user to enter only time as HH:MM

or is there any javascript allowed in webdynpro for field validation

Thanks & Regards

Padma N

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can create a simple type with built-in type as String. Then maintain a format as ##:##. But this will not restrict the user from entering junk value on the client side, a validation will be performed in the next request-response cycle.

Regards,

Satyajit.