Skip to Content
Kenat is a work in progress project πŸ‘¨πŸ»β€πŸ’»
DocumentationπŸ“š ExamplesπŸ“† EC↔GC Date Converter

πŸ”„ 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