changed formatting for mdn from . to -
This commit is contained in:
parent
081dbbf65e
commit
81bcbd42de
@ -150,8 +150,8 @@
|
||||
if(mdn.length == LengthContactNumber) {
|
||||
NSMutableString * newmdn = [NSMutableString stringWithCapacity:14];
|
||||
[newmdn appendString:mdn];
|
||||
[newmdn insertString:@"." atIndex:6];
|
||||
[newmdn insertString:@"." atIndex:3];
|
||||
[newmdn insertString:@"-" atIndex:6];
|
||||
[newmdn insertString:@"-" atIndex:3];
|
||||
|
||||
return newmdn;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user