UNPKG
ethio-date-time
Version:
latest (1.0.1)
1.0.1
1.0.0
ethio-date-time
/
src
/
test.ts
7 lines
(4 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
EthioDate
}
from
"./ethio-date"
;
const
date =
new
Date
(
2025
,
6
,
3
,
8
,
15
,
0
);
const
ethiopianDate =
EthioDate
.
fromDate
(date);
console
.
log
(ethiopianDate);