Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

new Intl.NumberFormat en react

<td>
  {new Intl.NumberFormat("en-GB", {
    style: "currency",
    currency: "GBP"
  }).format(customer.revenue)}
</td>
Source by morioh.com #
 
PREVIOUS NEXT
Tagged: #en #react
ADD COMMENT
Topic
Name
1+6 =