[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Jean

Unfortunally dont works, it is sorting like mm/dd/ =/
Ow i forgot to say some cells have text like "no prevision" where dont
have a date.


On 9/26/07, Christian Bach <[EMAIL PROTECTED]> wrote:
> To change the date-format to the one you requested just pass the dateFormat
> options like this:
>
> $("table").tablesorter({dateFormat: 'uk'});
>
> /christian
>
> 2007/9/26, Jean < [EMAIL PROTECTED]>:
> >
> > Unfortunally i´m a jquery noob =/
> >
> > On 9/26/07, Christian Bach <[EMAIL PROTECTED]> wrote:
> > > I like the idea!
> > >
> > > I don't have the time to put together such a solutions, is anyone
> interested
> > > in helping out?
> > >
> > > /christian
> > >
> > >
> > >
> > > 2007/9/26, Kia Niskavaara < [EMAIL PROTECTED]>:
> > > >
> > > >
> > > > A suggestion is that all parsers (except the basic ones) are removed
> from
> > > the plugin, and selectable
> > > > from an archive. This is very useful for custom date sorters etc, and
> will
> > > make the plugin even smaller.
> > > >
> > > > Jean wrote:
> > > > >   Have i write my parser for dd/mm/ date format? The plugin use
> > > mm/dd/
> > > > > either i changing in plugin configs
> > > > >
> > > >
> > >
> > >
> >
> >
> > --
> >
> > []´s Jean
> > www.suissa.info
> >
> >Ethereal Agency
> > www.etherealagency.com
> >
>
>


-- 

[]´s Jean
www.suissa.info

   Ethereal Agency
www.etherealagency.com


[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Christian Bach
To change the date-format to the one you requested just pass the dateFormat
options like this:

$("table").tablesorter({dateFormat: 'uk'});

/christian

2007/9/26, Jean <[EMAIL PROTECTED]>:
>
>
> Unfortunally i´m a jquery noob =/
>
> On 9/26/07, Christian Bach <[EMAIL PROTECTED]> wrote:
> > I like the idea!
> >
> > I don't have the time to put together such a solutions, is anyone
> interested
> > in helping out?
> >
> > /christian
> >
> >
> >
> > 2007/9/26, Kia Niskavaara < [EMAIL PROTECTED]>:
> > >
> > >
> > > A suggestion is that all parsers (except the basic ones) are removed
> from
> > the plugin, and selectable
> > > from an archive. This is very useful for custom date sorters etc, and
> will
> > make the plugin even smaller.
> > >
> > > Jean wrote:
> > > >   Have i write my parser for dd/mm/ date format? The plugin use
> > mm/dd/
> > > > either i changing in plugin configs
> > > >
> > >
> >
> >
>
>
> --
>
> []´s Jean
> www.suissa.info
>
>Ethereal Agency
> www.etherealagency.com
>


[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Jean

Unfortunally i´m a jquery noob =/

On 9/26/07, Christian Bach <[EMAIL PROTECTED]> wrote:
> I like the idea!
>
> I don't have the time to put together such a solutions, is anyone interested
> in helping out?
>
> /christian
>
>
>
> 2007/9/26, Kia Niskavaara < [EMAIL PROTECTED]>:
> >
> >
> > A suggestion is that all parsers (except the basic ones) are removed from
> the plugin, and selectable
> > from an archive. This is very useful for custom date sorters etc, and will
> make the plugin even smaller.
> >
> > Jean wrote:
> > >   Have i write my parser for dd/mm/ date format? The plugin use
> mm/dd/
> > > either i changing in plugin configs
> > >
> >
>
>


-- 

[]´s Jean
www.suissa.info

   Ethereal Agency
www.etherealagency.com


[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Christian Bach
I like the idea!

I don't have the time to put together such a solutions, is anyone interested
in helping out?

/christian



2007/9/26, Kia Niskavaara <[EMAIL PROTECTED]>:
>
>
>
> A suggestion is that all parsers (except the basic ones) are removed from
> the plugin, and selectable
> from an archive. This is very useful for custom date sorters etc, and will
> make the plugin even smaller.
>
> Jean wrote:
> >   Have i write my parser for dd/mm/ date format? The plugin use
> mm/dd/
> > either i changing in plugin configs
> >
>


[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Kia Niskavaara


A suggestion is that all parsers (except the basic ones) are removed from the 
plugin, and selectable 
from an archive. This is very useful for custom date sorters etc, and will make 
the plugin even smaller.

Jean wrote:
>   Have i write my parser for dd/mm/ date format? The plugin use mm/dd/
> either i changing in plugin configs
>