Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

Phone number format "(###) ###-####" doesn't output the dash, e.g., (602) 9276178

$
0
0

Same here. As a workaround you can use this formula to format appropriately when using the (###) ###-#### format.

this[0..8] + '-' + this.split(//).last(4).join


Viewing all articles
Browse latest Browse all 2665

Trending Articles