Team, I'm trying to format a string of characters into Italian Currency format - say something like €1.230,32 from the api documentation i understand it can be achieved through Worklight - Corodova. But I'm not able to land in a clear - cut example as to how. Can you help ?
user1471106
質問する
298 次
1 に答える
0
あなたの質問は私にはよくわかりません。
実際にやりたいことが、ある通貨から別の通貨に合計金額を変換することである場合は、次のことを確認できます。
- http://docs.phonegap.com/en/2.2.0/cordova_globalization_globalization.md.html
- https://github.com/apache/cordova-plugin-globalization/blob/master/docs/globalization.getCurrencyPattern.md
- http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/index.jsp?topic=%2Fcom.ibm.worklight.help.doc%2Fdev%2Fc_globalization_in_ibm_worklight.html
- http://www.sitepoint.com/build-a-currency-converter-with-jquery-mobile-and-cordova-part-4/
于 2013-10-04T05:00:33.493 に答える