buy service and discount and text + ...

This commit is contained in:
hamid zarghami
2025-02-18 16:04:47 +03:30
parent 15aa2ee074
commit ce92067c89
11 changed files with 227 additions and 159 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ export function isEmail(input: string): boolean {
}
export function NumberFormat(number: number): string {
return Intl.NumberFormat("fa-IR").format(number);
return Intl.NumberFormat().format(number);
// return Intl.NumberFormat("fa-IR").format(number);
}
export const timeAgo = (date: string | Date): string => {