Skip to main content
Known Participant
January 12, 2022
Answered

How to automatically convert Gregorian date to Hijra Date in PDF Fillable Form?

  • January 12, 2022
  • 1 reply
  • 1375 views

I am creating fillable form. The issue is to convert automatically Gregorian date to Hijra Date. 

Can any one help me?

This topic has been closed for replies.
Correct answer try67

This is not an Acrobat-specific question, but a generic JS one.

I recommend googling it, because some people have certainly done it in the past.

Here's an example I found within seconds: https://coderedirect.com/questions/215131/converting-gregorian-date-to-hijri-date

 

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 12, 2022

This is not an Acrobat-specific question, but a generic JS one.

I recommend googling it, because some people have certainly done it in the past.

Here's an example I found within seconds: https://coderedirect.com/questions/215131/converting-gregorian-date-to-hijri-date

 

Yas79
Participant
January 12, 2022

Can we set the islamic date format in date field?

 

QumerYasThe Racket Sportsadmin@theracketsports.comhttps://theracketsports.com/
try67
Community Expert
Community Expert
January 12, 2022

No, it's not a built-in format option in Acrobat. It's probably possible to do it using a script, but it will not display a calendar widget when you click into it.