Skip to content

Instantly share code, notes, and snippets.

View AilsonFreire's full-sized avatar

Ailson Rocha Freire AilsonFreire

  • Florianópolis/SC - Brasil
View GitHub Profile
@AilsonFreire
AilsonFreire / gist:a64f9361229ac0db1c8721f56a6b0fc4
Created March 19, 2019 18:34 — forked from twoblokeswithapostie/gist:9359477
Code using Momentjs for finding, today, this weekend, this months and next month to and from dates
// JavaScript code that finds dates for today, this weekend, this month, next month
// This weekend = next Sat and Sun
// This month = today to end of this month
// Next month = 1st of next month = end of next month
// Useful on Business Catalyst web app search form for searching from-to dates
// Requires jquery and moment.js
$(document).ready(function(){
$('#today_nav').on("click", function(){