hello koders i have a query i am using mysql database so when i entry the no like 1,000 or 50,000 its come with extra line in my app. i want show the 1000 to 1,000 and 50000 to 50,0000.
can any one help me with that
1 Like
If you want 1000 to be shown as 1,000 then you can use TextUtils extension
Otherwise use replace all text block
5 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.