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

Change date format to YYYY-MM-DD to comply with RFC2426 #65

Closed ohadmamet closed 1 day ago

ohadmamet commented 2 years ago

Changed the date format from YYYYMMDD to YYYY-MM-DD to comply with RFC2426 to get the produced vCards to work with the viewer I was using.

Also renamed function YYYYMMDD() to getFormattedDate() to reflect the changes made.