In message <45526f86$0$49200$>, Thu, 9 Nov 2006
00:00:02, FAQ server <> writes
>-----------------------------------------------------------------------
>FAQ Topic - How do I format Last Modified date with javascript
>-----------------------------------------------------------------------
>
>Apparently, ‹ new Date() › reads it correctly, though problems
>can occur if the browser returns only two digits for the year.
>In particular, time zone, field order and separators may vary.
>It is also reliant on the server's clock having been correctly
>set at the time of upload. See the URL
>below.
>
>http://www.merlyn.demon.co.uk/js-date2.htm#lM
That's correct, IMHO. But I think it gives insufficient stress to
variations between browsers.
"The format of the document.lastModified string is browser-dependent. In
particular, time zone and indication, field order and separators may
vary. Doubtless ‹ new Date(dlM) › will understand the format, but
error can occur if the browser returns only two digits for the year.
Validity is also reliant on the server's clock having been correctly set
at the time of upload. See the URL below."
--
(c) John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v6.05 IE 6.
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 moredate.htm js-dates.htm pas-time.htm critdate.htm etc.