Closed ohadmamet closed 4 months 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.
YYYYMMDD()
getFormattedDate()
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()
togetFormattedDate()
to reflect the changes made.