dear
friends
who could you tell if I could format datetime type into
time type .Thanks.
This message has been scanned for viruses by MailControl This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Do you mean you have an <xforms:input> and you want only
to
display the time? I don't see a way to do that, you
likely
would need some hidden inputs, defined in the instance
but
no control bound to it, and an xs:time defined with an
input bound to it.
The xs:date should have the default format, no xs:pattern
attribute
and you can select the time portion,
substring-after(./full-date, "T" ).
or substring-after( string(./full-date),"T")
My best guess.
Hank R.
UCSB
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
In reply to this post by Zhou, Kevin
hi Hank
Yeah ,it is . I will try first. thanks
cheers
kevin
From: Hank Ratzesberger [mailto:[hidden email]] Sent: 27 July 2006 20:08 To: [hidden email] Subject: Re: [ops-users] datetime format Do you mean you have an <xforms:input> and you want only
to
display the time? I don't see a way to do that, you
likely
would need some hidden inputs, defined in the instance
but
no control bound to it, and an xs:time defined with an
input bound to it.
The xs:date should have the default format, no xs:pattern
attribute
and you can select the time portion,
substring-after(./full-date, "T" ).
or substring-after( string(./full-date),"T")
My best guess.
Hank R.
UCSB
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |