π EC β GC Date Converter
π EC β GC Date Converter
β 2024/6/14
β 2016/9/30
π§ How It Works
This converter demonstrates how to use kenat
βs date conversion utilities to go between Ethiopian (EC) and Gregorian (GC) calendars.
π Function Signatures
- Convert GC to EC
import { toEC } from 'kenat' const eth = toEC(2024, 6, 7) // β { year: 2016, month: 10, day: 30 }
Last updated on