enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 155 forks source link

Birthday in examples gives invalid date #32

Closed AMongeMoreno closed 5 years ago

AMongeMoreno commented 5 years ago

First, thank you for the work, it really helps so keep it up =D. I have found though that when using the example in the readme, the birthday date is not valid for javascript. Just update new Date('01-01-1985') to new Date(1985, 1, 1) =D

enesser commented 5 years ago

Hi!

I didn't have this issue in Node v8.6.0, but I can see how different browsers might parse strings differently so I decided to update the README all the same. Thanks for reporting!