[flexcoders] Date sorting in datagrid [1.5]

2006-02-09 Thread Tom Fitzpatrick
In a datagrid, there a way to sort dates independently from the display formatting? I have a datagrid with dates displayed in the format 11 Feb 2006. Is there a way to sort the dates in the correct chronological order and still have them display in this format? - Tom -- Flexcoders

Re: [flexcoders] Date sorting in datagrid [1.5]

2006-02-09 Thread Manish Jethani
On 2/9/06, Tom Fitzpatrick [EMAIL PROTECTED] wrote: I have a datagrid with dates displayed in the format 11 Feb 2006. Is there a way to sort the dates in the correct chronological order and still have them display in this format? See if this helps:

Re: [flexcoders] Date sorting in datagrid [1.5]

2006-02-09 Thread Tom Fitzpatrick
At 07:07 AM 2/9/2006, you wrote: See if this helps: http://weblogs.macromedia.com/mesh/archives/2005/04/sorting_date_fi.cfm Looks like it should help - but I'm having problems. I'm guessing this is because I'm setting the date in the dataprovider using the DateField class, so it's not