From: Jorge on 4 Mar 2010 11:06 --> "2010-03-04T16:05:56.319Z" lovely :-) -- Jorge.
From: John G Harris on 4 Mar 2010 13:17 On Thu, 4 Mar 2010 at 08:06:37, in comp.lang.javascript, Jorge wrote: >--> "2010-03-04T16:05:56.319Z" > >lovely :-) >-- >Jorge. Please read the FAQ section 1.3, the 'How to Ask a Question' paragraph, second line. Then tell us what you think of it. John -- John Harris
From: Jorge on 4 Mar 2010 14:55 On Mar 4, 7:17 pm, John G Harris <j...(a)nospam.demon.co.uk> wrote: > > Please read the FAQ section 1.3, the 'How to Ask a Question' paragraph, > second line. Then tell us what you think of it. Why ? What for ? That was *not* a question. Have a nice day, Harrison. -- Jorge.
From: Dr J R Stockton on 4 Mar 2010 17:44 In comp.lang.javascript message <c1814492-916b-412f-8cee-1c6aa1f1e6a5(a)33 g2000yqj.googlegroups.com>, Thu, 4 Mar 2010 08:06:37, Jorge <jorge(a)jorgechamorro.com> posted: >--> "2010-03-04T16:05:56.319Z" But with which browser or other agent? None of mine seem to show fractional seconds. My Cr4 & SF4 have toJSON & toISOString My IE8 has toJSON but not toISOString My FF3.0 & Op10.10 have neither. -- (c) John Stockton, nr London, UK. ?@merlyn.demon.co.uk Turnpike v6.05. Web <URL:http://www.merlyn.demon.co.uk/> - w. FAQish topics, links, acronyms PAS EXE etc : <URL:http://www.merlyn.demon.co.uk/programs/> - see 00index.htm Dates - miscdate.htm estrdate.htm js-dates.htm pas-time.htm critdate.htm etc.
From: Thomas 'PointedEars' Lahn on 4 Mar 2010 19:40
Dr J R Stockton wrote: > [...] Jorge posted: >>--> "2010-03-04T16:05:56.319Z" > > But with which browser or other agent? None of mine seem to show > fractional seconds. > > My Cr4 & SF4 have toJSON & toISOString > My IE8 has toJSON but not toISOString > My FF3.0 & Op10.10 have neither. I am getting a value in that format in Iceweasel 3.5.8 (Gecko 1.9.1.8). However, those who have read ES 5, section 15.9.5.44, would probably use (new Date()).toISOString() instead of (new Date()).toJSON() PointedEars -- var bugRiddenCrashPronePieceOfJunk = ( navigator.userAgent.indexOf('MSIE 5') != -1 && navigator.userAgent.indexOf('Mac') != -1 ) // Plone, register_function.js:16 |