xmlDate library

Overview

xmlDate is a variation of the native javascript Date object, which can be use to handle RFC3339, W3C datetime or a subset of ISO8601.

xmlDate can also have a given timezoneOffset, which overrides the default timezoneOffset.

xmlDate also implements a tz database parser and resolver based on Olson's tz database, see also Sources for Time Zone and Daylight Saving Time Data.

Summary

The xmlDate runs in underlayer a javascript Date object instance (only the UTC part).

Differences between xmlDate and Date (Javascript 1.5)

tz database in xmlDate

Source code

Tested Browsers

Licence

Copyright (C) 2006 Philippe GOETZ

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

Feedback