1.0.5 • Published 1 year ago

tithi.js v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tithi.js

  • Note: The time should be in UTC

import {getTithi} from "tithi.js"

async function tithi() { let year = 2021 let month = 1 let hour = 1 let min = 1 let sec = 0 let result = await getTithi(year,month,hour,min,sec) console.log(result) }

tithi() // Shukla Dvitiya

1.0.5

1 year ago

1.0.4

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago