UNPKG

ethio-date-time

Version:

7 lines (4 loc) 165 B
import { EthioDate } from "./ethio-date"; const date = new Date(2025, 6, 3, 8, 15, 0); const ethiopianDate = EthioDate.fromDate(date); console.log(ethiopianDate);