1.0.0 • Published 12 years ago

ldap2date v1.0.0

Weekly downloads
77
License
MIT
Repository
github
Last release
12 years ago

Build Status

ldap2date.js

Do you have a string in RFC 4517 Generalized Time syntax, when you really just want a Date?

Or perhaps you need some Generalized Time, but have a Date instead.

If so, the methods below may help you.

Usage

ldap2date.parse(time)

Returns a new Date() object

  • time - A LDAP Generalized-Time string

null will be returned if the time string cannot be parsed into a valid Date object.


ldap2date.toGeneralizedTime(date)

Returns a string in GeneralizedTime syntax

  • date - A date object
2.0.0

7 years ago

1.0.0

12 years ago

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago