Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes it doesn't get the right value #2

Open
xsoh opened this issue Feb 12, 2013 · 5 comments
Open

Sometimes it doesn't get the right value #2

xsoh opened this issue Feb 12, 2013 · 5 comments
Labels

Comments

@xsoh
Copy link
Owner

xsoh commented Feb 12, 2013

Sometimes it doesn't get the right value of the two digit approach (01/09/1433) sometimes get it as 1/0/1433..

@mo9a7i
Copy link

mo9a7i commented Nov 25, 2013

Another thing, how does it read Ramadan first day conflicts, is Shaaban 30 or 29 days. This kind of problems ?

@xsoh
Copy link
Owner Author

xsoh commented Nov 25, 2013

@mo9a7i تقويم أم القرى يعتمد على شرطين في حسبه نهاية الاشهر لذلك يعتبر تقويم ثابت ولا يتغير مع دخول الشهور برؤية الهلال من عدمها. التي في النظر نستخدمها للشعائر الدينية فقط كالصيام والأعياد وغيرها. أما تقويم أم القرى فيستخدم في الأمور الرسمية كالمواعيد الحكومية وغيرها
https://en.wikipedia.org/wiki/Hijri#Saudi_Arabia.27s_Umm_al-Qura_calendar

@mo9a7i
Copy link

mo9a7i commented Nov 26, 2013

معلومة جديدة علي وجميلة, عالأقل فيه أساس الواحد يقدر يرتكز عليه, شكراً على الخدمة التي هي كويسة جداً!
لو تحط هالمعلومة في ال
Readme أو ال
Wiki
أحس بتنفع ناس كثير, غير اللي يستخدمون البرنامج أيضاً

@xsoh
Copy link
Owner Author

xsoh commented Nov 28, 2013

@mo9a7i المشكلة كثير من الناس يجهل هذه المعلومة "وأنا كنت كذلك" اعتقد المفروض تُعلم في المدارس بشكل دوري حتى يدركها الطلاب والمعلمين. عموما أنا سأكتب في مدونتي شرح عنها وآمل أن تصل لأكبر شريحة ممكنة سواء داخل أو خارج المملكة

@relyas
Copy link

relyas commented Sep 5, 2020

This issue can be easily fixed by adding the base 10 as the second argument for parseInt to prevent numbers from being treated as base 8 numbers if they start with leading zeros. Example: parseInt('08', 10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants