baalexander / node-xmlrpc

A pure JavaScript XML-RPC client and server for Node.js.
MIT License
298 stars 149 forks source link

Amended ISO8601 date formatter #80

Closed patricklodder closed 10 years ago

patricklodder commented 10 years ago

Implements full ISO8601 Date support.

Changes:

baalexander commented 10 years ago

Thanks @patricklodder for the DateFormatter improvements and adding the unit tests!