To use the previousFriday
function from the date-fns
library in JavaScript, you can follow these steps:
date-fns
package using npm or yarn.44 chars4 lines
previousFriday
function from the date-fns
package.index.tsx43 chars2 lines
previousFriday
function with a date parameter to get the previous Friday from that date.index.tsx139 chars3 lines
Note that the previousFriday
function returns a new Date
object representing the previous Friday from the specified date.
gistlibby LogSnag