留言板

How to format phone number?

thumbnail
Andrej Litowka,修改在13 年前。

How to format phone number?

Junior Member 帖子: 79 加入日期: 10-6-30 最近的帖子
Hello all,

I'm using liferay 6.0.2 and adding phone numbers in a portlet with PhoneServiceUtil.updatePhone or PhoneServiceUtil.addPhone. Even if I enter the phone number as e.g. +49 (0) 111 222 333 it will be saved in the table Phone as 49111222333 and also shown on the page like this. I would save the phone number in the same format as I entered it in the form. The field Phone.number_ is a VARCHAR, so it should be possible. Is there any liferay build-in functionality to save the numbers in my own format? How I can configure this? If not, is the only possibility to format phone numbers to implement own PhoneNumberFormat? Currently only USAPhoneNumberFormat is available. There is no formater for Europe.

Thanks and regards,
Andrej
A. Morgenröter,修改在12 年前。

RE: How to format phone number? (答复)

New Member 帖子: 10 加入日期: 10-2-3 最近的帖子
Hello Andrej,

just set
##
## Format
##

#
# Set the location of the class that implements
# com.liferay.format.PhoneNumberFormat. This class will format phone
# numbers.
#
#com.liferay.util.format.PhoneNumberFormat=com.liferay.util.format.USAPhoneNumberFormat
com.liferay.util.format.PhoneNumberFormat=com.liferay.util.format.IdenticalPhoneNumberFormat


in your system-ext.properties and restart Liferay. Works fine using LP6 GA4.

Best Regards.
thumbnail
Jack Bakker,修改在11 年前。

RE: How to format phone number?

Liferay Master 帖子: 978 加入日期: 10-1-3 最近的帖子
com.liferay.util.format options are not comprehensive, of course neither are my phoneformat utils that I've been putting in a seperate *clientname*-utils that I export as jar to global classpath

there is a google libphonenumber (http://code.google.com/p/libphonenumber/) I am currently reviewing

are u experienced ? if so pls share... thx
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: How to format phone number?

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
The major problem with the current com.liferay.util.format is that I'm not able to specify different format for different locale. That is, if I have it in US format, I can't have Japanese format as well.
thumbnail
Jack Bakker,修改在11 年前。

RE: How to format phone number?

Liferay Master 帖子: 978 加入日期: 10-1-3 最近的帖子
yes Hitoshi, u have restated my wondering need

the chosen Borg takes time to assimilate
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: How to format phone number?

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
I've been adding country/lang attributes to jsp selections but I don't think I can do the same with phone number because a Japanese user may want to enter US phone number. I think I'll add a countryId parameter to a method to verify phone number. I'll put this in my backlog because I don't need it in a hurry.

Fall is the event time in Japan to get users to budget for next financial year. Kind of busy on this front lately.
Xav NYC,修改在11 年前。

RE: How to format phone number?

New Member 帖子: 23 加入日期: 12-9-27 最近的帖子
Hi the google phone number library does just that. https://code.google.com/p/libphonenumber/
It's a matter of integrating it to Liferay.
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: How to format phone number?

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Thanks for the information. I think I'll be able to use that in my Japanese edition of liferay.
Καλλια Γαλιωτου,修改在5 年前。

RE: How to format phone number?

New Member 帖子: 3 加入日期: 18-11-15 最近的帖子

Hello,

 

i have similar problem using Liferay 7.0. And I cant find system-ext.properties file, in order to add 

com.liferay.util.format.PhoneNumberFormat=com.liferay.util.format.IdenticalPhoneNumberFormat

 

I am using Number in my form and the user can insert only 9 digits.

 

Any help?

 

Thanks.

thumbnail
Sandeep Nair,修改在5 年前。

RE: How to format phone number?

Liferay Legend 帖子: 1744 加入日期: 08-11-6 最近的帖子

You have to create a property hook module specified here and then add the following property

phone.number.format.impl=com.liferay.portal.format.IdenticalPhoneNumberFormatImpl