Skip to content

Instantly share code, notes, and snippets.

View frayhan32's full-sized avatar

Faris Rayhan frayhan32

View GitHub Profile
@frayhan32
frayhan32 / js_daytot_thismonth
Last active December 23, 2015 02:39
How Many Day This Month
//****************************************************************************//
//************************How many day this month*****************************//
//****************************************************************************//
//****************************************************************************//
//********************Result Also Depend On Your Time Setting System**********//
//****************************************************************************//
function dayThisMonth(year,month){
@frayhan32
frayhan32 / gist:6567300
Last active December 23, 2015 02:29
SORTTABLE FOR JS
//Copyright 2013 FARIS RAYHAN adapted from WROX.com
//No warranty given . Free distributed are encouraged
//Below the sorttable function i usuallay used in my work
//applied exactly on thead of table on event click
//Generally we have 3 associatied function here
/=====================================================/
/1.===============CONVERT FUNCTION ====================/
/=====================================================/