update
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const jDate = (d) => new Date(d).toLocaleDateString('fa-IR')
|
||||
@@ -0,0 +1,5 @@
|
||||
// export const numberFormat = (number) => new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }).format(number)
|
||||
|
||||
export const numberFormat = (number) => {
|
||||
return new Intl.NumberFormat().format(number)
|
||||
}
|
||||
Reference in New Issue
Block a user