Tips for getting date-fns to work
-
I am trying to use dat-fns with Code Manager.
I have a working JS Fiddle
But when I try to transfer it does not work.
I have a link to date_fns.min.js in the header and the following in Code Manager:
var id1 = document.getElementById("id1") id1.innerHTML = dateFns.startOfQuarter(new Date()) id2.innerHTML = dateFns.endOfQuarter(new Date())
And ideas would be great, thanks.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Tips for getting date-fns to work’ is closed to new replies.