Skip to content

Fixing VCard DateFormat

Maurice Blattmann requested to merge mblt41/tc-frontend:vcard-timeformat into master

#124 The problem is that the app saved the date as "dd.MM.yy, hh:mm Uhr", which was later changed to the ISO 8601 format. After it was changed I used "Date.parse" to sort the contact list, but the old date format is not a valid format for the parser.

Edited by Maurice Blattmann

Merge request reports