Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Thomas 'PointedEars' Lahn Newsgroups: comp.lang.javascript Subject: Re: "weekly" javascript? Date: Mon, 28 Dec 2015 12:26:07 +0100 Organization: PointedEars Software (PES) Lines: 31 Message-ID: <1543804.bpBUuldlzj@PointedEars.de> References: Reply-To: Thomas 'PointedEars' Lahn Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: solani.org 1451301969 27677 eJwNxcERwCAMA7CVMMR2GAfCZf8RWn3EJagcooLNtgqphgf+1zN4ixmPBWXvgO9MzN0ICOcD+oEPuA== (28 Dec 2015 11:26:09 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Mon, 28 Dec 2015 11:26:09 +0000 (UTC) User-Agent: KNode/4.14.2 X-User-ID: eJwNy8cBwDAIBLCVwEcx4xDK/iM4+kthbOViaqKrS6Amn/64j9RoxWRuXM22exFLBM+WszEay8Ag5W+M4+b1AGCJFWM= Cancel-Lock: sha1:5mWejYt2o8esjEzv8vnuBOGGa0w= X-NNTP-Posting-Host: eJwFwYEBACAEBMCVUP4ZR8r+I3TnC4rmhmP7+Bxd+bRKhNGcGxbWr84F9IkVKjU360gb6fcDIOIRJQ== Xref: csiph.com comp.lang.javascript:29048 Stefan Ram wrote: > super70s writes: >>OK, but how do I indicate the appropriate element to come up according >>to the week of year? > > The rules for the determination of the week of the year > depend on the culture (locale). Germany (»Kalenderwoche«) > might have other rules than the United States of America. The reason for that, however, is only secondary the locale. Germany, like all EU countries, “most of other European countries, most of Asia and Oceania”, uses the ISO week numbering, while the U.S. locale uses another numbering that is also used in “Canada, […], China, Japan, Israel, South Africa, [and] most of Latin America.” JSX:date.js provides jsx.date.isoWeekNumber(), Date.prototype.getISOWeekNumber(), and jsx.date.strftime() and Date.prototype.strftime() with the "%V" format string, and jsx.date.format() and Date.prototype.format() with the "ww" format string, respectively. -- PointedEars FAQ: | SVN: Twitter: @PointedEars2 | ES Matrix: Please do not cc me. / Bitte keine Kopien per E-Mail.