Hebrew Calendar conversions?

  • Thread starter Shmuel (Seymour J.) Metz
  • Start date
S

Shmuel (Seymour J.) Metz

Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
conversions?

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to (e-mail address removed)
 
G

Guest

: Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
: conversions?

Did you check CPAN by searching "Hebrew"? I saw numerous modules there,
also with reference to DateTime and Locale. No idea though whether they
offer your required function.

Oliver.
 
S

Sherm Pendley

Shmuel (Seymour J.) Metz said:
Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
conversions?

In case you weren't aware of it, the CPAN search is your friend:
<http://search.cpan.org>

Using that, I found Date::Convert in less than ten seconds by searching
for "hebrew calendar".

sherm--
 
P

Paul Lalli

Shmuel said:
Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
conversions?

Have you checked CPAN yet? Simply entering 'Hebrew' at
http://search.cpan.org turned up several likely candidates. The one I
tried, Date::Convert, seems to work fine for today at least:

$ perl -MDate::Convert -e'
$date = new Date::Convert::Gregorian(2006,4,21);
convert Date::Convert::Hebrew $date;
print $date->date_string, "\n";
'
5766 Nissan 23

Paul Lalli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top