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
0
votes
2 answers

Hijri bootstrap DatePicker in C#

I am using bootstrap and I need the Islamic date date picker, I tried but it did not work. Any Help please.
user3544536
  • 29
  • 1
  • 8
0
votes
1 answer

How to Convert Extjs Datepicker to Hijri date picker

i am developing an application using Extjs V 3.0, i am stuck with Hijri calender picker, is there any way to use hjri calender in Extjs application? like we have already in Jquery [http://keith-wood.name/]
0
votes
0 answers

How to show hijri calendar in CalendarControl in Asp.Net

I have a web page, using Asp.Net 4.0. I have two calendar controls first for Georgian Calendar and second for hijri Calendar. How can i show Hijri calendar in CalendarControl2 without changing my page's culter.
Haider Ali Wajihi
  • 2,756
  • 7
  • 51
  • 82
0
votes
1 answer

converting gregorian date to hijri date using java/swing

Does any one know the way to convert gregorian dates to hijri dates using Jdatechooser. (java/swing) any help on the solution will be appreciated. thanks,
aoulhent
  • 301
  • 1
  • 4
  • 18
-1
votes
1 answer

I want to implement islamic calendar in flutter

I am developing an in flutter and I need to implement an Islamic Calendar in the app. There is no proper resources available on the google does anyone know how to implement it.
SM Huzaifa
  • 11
  • 4
-1
votes
1 answer

How to create data frame contains gregorian and Hijri dates in python

how to create data frame like this: gregorian_date gregorian_year gregorian_month gregorian_day hijri_date hijri_month_en_name hijri_month_ar_name hijri_day_en_name hijri_day_ar_name 2019-12-01 2019 12 1 1441-04-04 Rabi’ al-Thani ربيع…
-1
votes
1 answer

Convert Hijri Date to Gregorian Date in c#

I have Hijri date 25-04-1440 that I want to convert to Gregorian date using C#. How can I do that?
Rak
  • 53
  • 8
-1
votes
1 answer

Formatting Hijri and Gregorian Date

I get javascript codes for Hijri+Gregorian date. I want to put Hijri date first and next Gregorian like this: Senin, 2 Januari 2017 M / 3 Rabiul Tsani 1438 H to Senin, 3 Rabiul Tsani 1438 H / 2 Januari 2017 M Please help me, because i can't edit…
-1
votes
1 answer

Use UNIXTIMESTAMP with ummalqura-calendar Library

I am using ummalqura-calendar to Show Hijri Date in my Android Application am getting date from back end Service as UNIXTIMESTAMP, How can i use this format with the library
aya salama
  • 903
  • 1
  • 10
  • 29
-1
votes
1 answer

Hijri Date Picker for Oracle ADF

I have a project needs Hijri(Islamik) Date Picker with ADF. I found that oracle doesn't support Hijri calendar so I'm gonna to make it with javascript. I found an API of Hijri calendar but how can I use with ADF (function($) { // Hide scope, no $…
RayCoding
  • 25
  • 1
  • 10
-3
votes
1 answer

Determine whether a given number is the sum up of the same Gregorian and Hijri year?

Is there a way to find out if a given number is a total of both Hijri[1] and Gregorian[2] of the same year? Example: 3452 = 2015 + 1437 [1] Hijri - Islamic Calendar. https://en.wikipedia.org/wiki/Islamic_calendar [2] Gregorian Calendar.…
KaliE
  • 1
1 2 3
9
10