Skip to content

Instantly share code, notes, and snippets.

View martin-langhoff's full-sized avatar
Adjusting Code & Trimming Sails

Martin Langhoff martin-langhoff

Adjusting Code & Trimming Sails
  • Tech DNA - Due Diligence
  • Miami, FL
View GitHub Profile
@jboesch
jboesch / fullcalendar_getdate_by_td_cell.js
Created May 20, 2011 17:09
Get the date by clicking a month td cell in $.fullCalendar (http://arshaw.com/fullcalendar/)
/**
* Get the date we just clicked on (td cell)
*
* @param {Object} $td The jQuery td element
*/
var getDateFromTdCell = function($td)
{
var self = this;