Questions tagged [hijri]

The Hijiri calendar, also known as the Islamic or Muslim calendar, is a lunar calendar consisting of 354 (or 355) days divided among 12 months.

More information on the Hijiri calendar found here: https://en.wikipedia.org/wiki/Islamic_calendar

146 questions
3
votes
0 answers

Golang - Convert hijri to gregorian date to get holidays (via an API or not)

So I want to get Eid Al-Fitr (first three days of the month of the tenth month) and Eid Al-Adha(10-to-13th days of final month) in order to calculate the working days in countries e.g Turkey etc. And as Islamic calendar is a lunar one, it varies in…
vahdet
  • 6,357
  • 9
  • 51
  • 106
3
votes
1 answer

Does ICU-Project.org library works on Android sufficiently?

I'm trying to use ICU-Project.org Library (ICU4J v55.1) in my android app which had a wonderful alternatives to Java Calendar such as Japanese and Islamic Calendars, but the jar file always cause a crash in eclipse or my app i can't using it in my…
3
votes
1 answer

Conversion from Gregorian to Hijri/Islamic date in Pakistan

I need to show Hijri date for a client's website in Pakistan. I cannot use a web service because internet might not be always available at client's site. I have been using joda-time (java), but a javascript solution would also work. Joda-time is…
Khalid Habib
  • 1,100
  • 1
  • 16
  • 25
3
votes
1 answer

how to converting hijri to gregorian date by joda time

i found converting gregorian to hijri by joda time in java, but i want to convert specific Hijri date to Gregorian using joda-time . also if there any way may help.
3
votes
1 answer

How to display name Hijri month as a String using Joda-Time?

This is my code for displaying Hijri date. The retrieved format for any Hijri month is in integer, but I need it to be in String, so I have added an array of Strings for Hijri month names. Chronology iso = ISOChronology.getInstanceUTC(); …
3
votes
1 answer

how to use converter object's value in angularjs controllers

i have below controller in my angularjs controllers .controller('taskCtrl', ['$scope', function ($scope) { $scope.getRef = function () { return getTask(); }; $scope.save = function () { $.extend(true, getTask(),…
sajjad
  • 646
  • 1
  • 9
  • 20
2
votes
1 answer

Matlab code to transfer between gregorian-hijri calendars

Is there a Matlab code that transfer the date ( day,month,year) from gregorian to Hijri (Islamic) calendar and also from hijri to gregorian calendar, Let's assume that we want to change the gregorian date: Friday, 18 / 11 / 2011 to the Hijri date…
user488182
  • 235
  • 6
  • 14
2
votes
0 answers

Arabic Dates to Long Arabic Ordinal Format with Corrected Names of Gregorian and Hijri Years (era format)

Commonly, the Arabic date is written in the following formats: الحادي والثلاثون من شهر يناير سنة ١٩٢٠ ميلادية غرة آذار سنة ١٩٤٥ ميلادية السابع عشر من شهر ربيع الأول سنة 1364 هجرية السابع من شهر جوان سنة 2021 ميلادية الحادي عشر من شهر تموز سنة ٢٠٢٠…
Mohsen Alyafei
  • 4,765
  • 3
  • 30
  • 42
2
votes
1 answer

Hijri Date Formatting

I have some data that is downloaded from a website, one column of this data is containing Hijri date. In order to have this column as proper Date column I applied the below formatting: but the issue it will not be considered as date and be aligned…
2
votes
1 answer

JodaTime (Java): Hijri to Gregorian conversion inaccurate?

I am currently implementing a calendar converter which, given a Hijri input date and time, outputs the corresponding Gregorian date and time using the JodaTime library. However, the corresponding Gregorian time is not accurate. No matter what Hijri…
Adam Lee
  • 436
  • 1
  • 14
  • 49
2
votes
0 answers

how to add the Hijri calendar to FullCalendar

I am using FullCalendar in react .I need to be able to add the Hijri calendar to my calendar.in view Month and listMonth .I need to startDate in the calendar according to the Hijri calendar, not the Gregorian calendar
2
votes
0 answers

How to use the Hijri date of my area in Android?

I'm using this: HijrahDate hijrahDate = HijrahDate.now(); But it shows the Hijri date of Umalqura calendar of Saudi Arabia. How can I use the Hijri date for my country?
2
votes
3 answers

Get last date of current Hijri month with JavaScript

is there any way to get first and last date of current Hijri month with JavaScript?
Habib
  • 21
  • 2
2
votes
0 answers

Add Hijir date to the script

I would like to add monthly hijri date with days to the script. The script has two parts, the first is HTML and and the sconed is javascript, but I managed to add only javascript. I am not expert in javascript, I am learning from you how to develop…
sandrose
  • 21
  • 2
2
votes
2 answers

Delphi problem with users using Arabic/Hijri calendar

Some of my Arabic users are reporting problems back to me with my application giving errors. Common for them seem to be they are using Hijri calendar and TDateTimePicker control causing problems (but quite possibly it is the entire TDateTime and RTL…
Tom
  • 3,587
  • 9
  • 69
  • 124
1 2
3
9 10