From 923355117deac3ae8df2089ca1380825d4776348 Mon Sep 17 00:00:00 2001 From: Sajad Jalilian Date: Fri, 5 Jan 2024 11:55:26 +0330 Subject: [PATCH] Add tolocal string --- functions.js | 2 +- index.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/functions.js b/functions.js index b1516a8..cb4fa7f 100644 --- a/functions.js +++ b/functions.js @@ -23,7 +23,7 @@ function calculateSum(value, year, month, day) { rialAtLastDate = usdAtDate * latestUsdValue; const rounded = Math.round(rialAtLastDate * 100) / 100; - return { value: rounded, lastUsdValue: latestUsdValue, usdValueOnDate: usdOnDate } + return { value: rounded.toLocaleString(), lastUsdValue: latestUsdValue.toLocaleString(), usdValueOnDate: usdOnDate.toLocaleString() } function CreateDate(year, month, day) { date = `${year}/${month.padStart(2, '0')}/${day.padStart(2, '0')}`; diff --git a/index.html b/index.html index 6862c18..52eed95 100644 --- a/index.html +++ b/index.html @@ -53,8 +53,9 @@

پول واقعی

محاسبه‌ -

آخرین قیمت سکه بهار آزادی:

-

قیمت سکه بهار آزادی در تاریخی که وارد شده: آخرین قیمت سکه بهار آزادی:

+

قیمت سکه بهار آزادی در تاریخی که وارد شده: