[jquery-dev] Re: Locale support in jquery

2009-07-08 Thread Ricardo
comma for the decimal > >> place? > >> 1,5 == 1.5 > > >> So Number(1,5) should work in a French locale > > >> Ant > > >> -Original Message- > >> From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On > &g

[jquery-dev] Re: Locale support in jquery

2009-07-07 Thread Ant
Its about 50/50 according to the ones on my machine anyway so... var fullStopCultures = ["", "ar-sa", "zh-tw", "en-us", "he- il", "ja-jp", "ko-kr", "th-th", "ur-pk", "fa-ir", "hy-am", "af-za", "hi-in", "sw-ke", "pa-in", "gu-in", "ta-in", "te-in", "kn-in", "mr- in", "sa-in", "kok-in", "syr

[jquery-dev] Re: Locale support in jquery

2009-07-06 Thread Már
On Jul 6, 7:10 pm, "Anthony Johnston" wrote: > 1.200,45 is a valid number format for some locales Actually, it's a valid format for lots and lots! of locales. :-) 1 200,45 and 1'200,45 are also fairly common formats. -- Már --~--~-~--~~~---~--~~ You received this

[jquery-dev] Re: Locale support in jquery

2009-07-06 Thread Anthony Johnston
1,5 1 NaN -Original Message- From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On Behalf Of Peter Higgins Sent: 06 July 2009 13:04 To: jquery-dev@googlegroups.com Subject: [jquery-dev] Re: Locale support in jquery "1,200,000.42".replace(',','.')

[jquery-dev] Re: Locale support in jquery

2009-07-06 Thread Peter Higgins
Original Message----- >> From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On >> >> Behalf Of Ricardo >> Sent: 06 July 2009 03:38 >> To: jQuery Development >> Subject: [Spam] [jquery-dev] Re: Locale support in jquery >> >>

[jquery-dev] Re: Locale support in jquery

2009-07-06 Thread Ricardo
essage- > From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On > > Behalf Of Ricardo > Sent: 06 July 2009 03:38 > To: jQuery Development > Subject: [Spam] [jquery-dev] Re: Locale support in jquery > > Well.. unless you're using roman numbers or oth

[jquery-dev] Re: Locale support in jquery

2009-07-06 Thread Anthony Johnston
ocale Ant -Original Message- From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On Behalf Of Ricardo Sent: 06 July 2009 03:38 To: jQuery Development Subject: [Spam] [jquery-dev] Re: Locale support in jquery Well.. unless you're using roman numbers or other syste

RE: [Spam] [jquery-dev] Re: Locale support in jquery

2009-07-06 Thread Anthony Johnston
Query Development Subject: [Spam] [jquery-dev] Re: Locale support in jquery Well.. unless you're using roman numbers or other system a number is a number. The Number() constructor simply converts a string '15' to an integer/float. What impact would locale have on this? On Jul

[jquery-dev] Re: Locale support in jquery

2009-07-05 Thread Ricardo
is the case how is it done? > > Ant > > -Original Message- > From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On > > Behalf Of Daniel Friesen > Sent: 03 July 2009 22:22 > To: jquery-dev@googlegroups.com > Subject: [Spam] [jquery-dev] Re: Lo

[jquery-dev] Re: Locale support in jquery

2009-07-04 Thread Anthony Johnston
how is it done? Ant -Original Message- From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On Behalf Of Daniel Friesen Sent: 03 July 2009 22:22 To: jquery-dev@googlegroups.com Subject: [Spam] [jquery-dev] Re: Locale support in jquery jQuery.ui's datepicker has pars

[jquery-dev] Re: Locale support in jquery

2009-07-03 Thread Daniel Friesen
jQuery.ui's datepicker has parse/format support and options can be used to localize both the datepicker and parsing/formatting. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name] Ricardo wrote: > Not a jQ plugin but worth a good look: http://www.datejs.com/ > > On Jul 2, 6:

[jquery-dev] Re: Locale support in jquery

2009-07-03 Thread Ricardo
Not a jQ plugin but worth a good look: http://www.datejs.com/ On Jul 2, 6:45 am, Ant wrote: > Hi, > > Does jQuery or a plugin provide number and date parsing for the > current culture? > > There is support in the Microsoft.Ajax library, but I was a bit > reluctant to add this to my project as it