Re: [flexcoders] Time Difference between two columns in DataGrid using itemrenderer

2009-07-01 Thread Angelo Anolin
From: Don Kerr fusionp...@yahoo.com To: flexcoders@yahoogroups.com Sent: Monday, 29 June, 2009 8:51:22 Subject: [flexcoders] Time Difference between two columns in DataGrid using itemrenderer I have two columns in a datadrid, startTime (e.g. 04:30 PM) and endTime (e.g. 06:00 PM). Both

Re: [flexcoders] Time Difference between two columns in DataGrid using itemrenderer

2009-07-01 Thread Tom McNeer
You could also look at using the Flex Date Utils on RIAForge. But you'll still need to turn the strings into valid date objects first. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Time Difference between two columns in DataGrid using itemrenderer

2009-06-28 Thread Don Kerr
I have two columns in a datadrid, startTime (e.g. 04:30 PM) and endTime (e.g. 06:00 PM). Both are strings and varchar in the database. I want to add a column to the datagrid that displays the difference between these two times expressed in hours (e.g. 1.5 Hours). I'm trying to use an