Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

String format work in local not in server

I was format the string like this '212,121'. It's perfectly work with the below code in local machine. But its doesn't work on server. Please help me to fix this error...

This is my format :

         <%#Eval("balance","{0:###,###,0}") %>

Its working fine in local not in server...

like image 789
Bharathi Avatar asked Jun 28 '26 07:06

Bharathi


1 Answers

Check that the regional settings are the same on both.

like image 155
leppie Avatar answered Jun 30 '26 21:06

leppie