1.0.1 • Published 1 year ago

getdayname-by-hammad v1.0.1

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

Project Title

Get Day Name

Installation

Install my-project with npm

npm i getdayname-by-hammad

Usage/Examples

import getDayName from 'getdayname-by-hammad'

function App() {
  const  day=  getDayName('01/27/2023')
 consoloe.lg('day',day)
 //it will log friday
 return(

 )
}

Documentation

you have to give date in string form to function formate of date should be mm/dd/yyyy