Regarding labels in webdynpro
Hi all,
I want to show date and time fields in my application.But the problem here is how to show the label as given below in webdynpro
StartDate:----
(YYYY/MM/DD)
Start TIme:-------
(HH:MM)
and for date filed to get the calander i am using date Type
but wat is the field type for Time
Regards
Padma N
srinivas sistu replied
Hi
say for ex.
you have to show like this:::
lable1 Value1
then for your case,
take a transparent container(TC) with gridlayout and colomn count 1
add two lable element to this TC.
now
you dipla y like this...
TC value1
So that your
TC holds two lables like this
(label1)StartDate:----
(label2)(YYYY/MM/DD)
Regards,
Srinivas
Edited by: srinivas sistu on Sep 24, 2008 11:29 AM