[OT] Display Time was RE: How to use bean:write format/formatKet

2003-07-16 Thread Bailey, Shane C.
-Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 6:14 AM To: [EMAIL PROTECTED] Subject: Re: How to use bean:write format/formatKet hi, u can use bean:write to format dates and numbers. for ex. u have action form private Date

RE: [OT] Display Time was RE: How to use bean:write format/formatKet

2003-07-16 Thread Bailey, Shane C.
be great! TIA -Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 6:14 AM To: [EMAIL PROTECTED] Subject: Re: How to use bean:write format/formatKet hi, u can use bean:write to format dates and numbers. for ex. u have action

RE: [OT] Display Time was RE: How to use bean:write format/ formatKet

2003-07-16 Thread Kris Schneider
AM To: 'Struts Users Mailing List' Subject: [OT] Display Time was RE: How to use bean:write format/formatKet I need to display the time difference between two dates. I may be making this harder than it seems. My first instinct is to do long timeDiff = date2.getTime

How to use bean:write format/formatKet

2003-07-15 Thread KISHORE KUMAR KOTA Rao
Hi , Can anybody let me know how to use bean:write for formatting the text. What is the difference between format / formaKey in Bean:write attributes ? What are all the valid message format texts that I can use in ApplicationResourse. Kishore Kumar K Covansys India Pvt Ltd

Re: How to use bean:write format/formatKet

2003-07-15 Thread Nagendra Kumar O V S
hi, u can use bean:write to format dates and numbers. for ex. u have action form private Date date1; if u want to format that using bean:write bean:write name="form" property="date1" format="MM/dd/"/ this renders the date using