Improve handling of a contact's birthday

Fixes #3579
This commit is contained in:
Francis Lachapelle
2016-04-05 22:03:52 -04:00
parent af4aae2019
commit bfd69d3f28
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -875,7 +875,7 @@
o = [card birthday];
if (o)
{
[data setObject: [NSNumber numberWithInt: [o timeIntervalSince1970]]
[data setObject: [o descriptionWithCalendarFormat: @"%Y-%m-%d"]
forKey: @"birthday"];
}