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
1 answer

Hijri or Jalali Calendar in processmaker 3.2

How to change the processmaker 3.2 environment to Hijri or Jalali Calendar? for example : I wanth use Hijri or Jalali Calender in "Inbox,Draft,Participation,Last Modified,Due Date,Summeary,..." It is different with use date picker in dynaform For…
0
votes
1 answer

Trying to get Last day of hijri year Resulting in conversion error My query attached

i am trying to get last day of hijri calender, First i am defining my queries and logic, This query getting my hijri dates. SELECT top 1 convert(date,dateHijri,103) , datepart(year,try_convert(date,dateHijri,103)) from Item it gives me…
0
votes
1 answer

Ho wto get start and end Georgian date of Hijri Year My Query attached

i am trying to get start and end date of hijri year but getting difficult to find any solution my query is, SELECT datepart(year,try_convert(date,'19/07/1440',103)) from Items result i am getting is 1440 How to find the georgian calender start…
0
votes
1 answer

HijriCalendar does not exist

I am trying to get the current Hijri date in my Xamarin app. I tried: Calendar hijri = new HijriCalendar(); and Calendar hijri = new HijriCalendar(); but getting: Error CS0246: The type or namespace name 'HijriCalendar' could not be found (are…
0
votes
1 answer

Why this mismatch between Format & Convert SQl functions for Hijri Date :

In SQl Server 2016 : Convert & Format for Hijri date are giving different results. The output of Format function is correct. Declare @Date Datetime = '02/08/2018' Select CONVERT(nchar, @Date, 131) -- outputs 23/05/1439 12:00:00:000AM SELECT…
0
votes
0 answers

Error: System.FormatException when converting Georgian date to Hijri Date

I am getting following error when converting Georgian date to Hijri Date: System.FormatException: 'String was not recognized as a valid DateTime.' My code as below: string dateString; string format = "M/dd/yyyy"; DateTime result; CultureInfo…
AbdulAziz
  • 5,868
  • 14
  • 56
  • 77
0
votes
1 answer

How to convert hijric date into strtotime

Im doing a project in php, right now i had faced a problem with hijric date conversion I dont know how to convert hijric date into strtotime(); or how to convert hijric date into gregorian date (date is YYYY-MM-DD format) $your_date =…
Akhil
  • 41
  • 6
0
votes
2 answers

diff between two hijri dates (in days) in laravel

I want to calculate the difference in days between two hijri dates, is that possible in Laravel? i tried this code but it is not working: format("%R%a days"); ?>
uniqueginunphp
  • 23
  • 1
  • 10
0
votes
2 answers

Incorrect Hijri date in PHP Intl

Today is 27 Ramadan 1438 in Asia/Tehran. but PHP Intl says today is 28 Ramadan 1438. Anyone know what the problem is? $DateTime = new DateTime(); $IntlDateFormatter = new IntlDateFormatter( 'en_US@calendar=islamic', …
Hossein
  • 3,755
  • 2
  • 29
  • 39
0
votes
1 answer

How to get particular date format in Hijri in iOS?

I want to get date in hijri calender in below format 1/جماد الأول/ 1438 but i don;t how can mix these locales.I tried setting the locale but it does not give me 1/1438.I am using below code. NSCalendar * hijri = [[NSCalendar alloc]…
iOSGuy
  • 171
  • 1
  • 14
0
votes
1 answer

Update birthdate incase the date is Hijri by the value of converting hijri birthdate to Gregorian

Table contains many records with Hijri date value and Gregorian value in BirthDate column, so please how to update Birthdate by the value of converting Hijri date to Gregorian thanks I tried this script but it dosen't work - I meant no changes -…
Khalid
  • 3
  • 3
0
votes
1 answer

Php last day of the month in the Hijri calendar

We have such data in hand. The last day of the month in the Hijri calendar. How do I get…
0
votes
1 answer

Trying to convert gregorian calendar to islamic calendar

I have used Hijri jar to convert the gregorian date to islamic date but if ramzan get delayed by a day or so how can i set the islamic date according to islamic date
sri
  • 29
  • 6
0
votes
3 answers

Hijri bootstrap

I am currently using bootstrap-datepicker.js for generating the calendar in en. How can extend it for the Hijri Calendar? bootstrap provide the localization but how complete Hijri calendar can be generated?
user2338018
  • 51
  • 1
  • 5
0
votes
1 answer

windows phone display hijri date picker

Can you please let me know how can I modify the silverlight toolkit date picker (toolkit:DatePicker) to work with hijri calendar Regards.
Mbigué
  • 21
  • 3
1 2 3
9
10