Skip to content

Instantly share code, notes, and snippets.

@kellymears
Created July 29, 2018 20:30
Show Gist options
  • Save kellymears/349818c5a3116c82cbfeafba803238ec to your computer and use it in GitHub Desktop.
Save kellymears/349818c5a3116c82cbfeafba803238ec to your computer and use it in GitHub Desktop.
Seconds my since my brother stopped using
jQuery(document).ready(function() {
var soberDate = new Date(2016, 07, 28, 0, 0, 0, 0)
var currentDate = new Date()
var soberFor = currentDate.getTime() - soberDate.getTime()
soberFor /= 1000
jQuery('.elementor-counter-number').attr('data-to-value',Math.round(soberFor))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment