4

I want to Convert Current Date to Hebrew Date but didn't find any solution for it.

Input 11 March 2021

Output 27 Adar 5781

I tried this package : https://pub.dev/packages/shamsi_date but didn't work for my solution.

CopsOnRoad
  • 237,138
  • 77
  • 654
  • 440

2 Answers2

2

You can try using 2 ways:

Jay gajjar
  • 150
  • 8
0

You can use this method GetHebrewCalendar(HebrewMonthNumbering) from this package: https://pub.dev/packages/time_machine

Santo Shakil
  • 981
  • 2
  • 13
  • 27