Skip to content

Instantly share code, notes, and snippets.

View zumoshi's full-sized avatar

Borhan Hafez zumoshi

View GitHub Profile
/**
* Algoritm from : https://gist.github.com/reza-farhadian/9807316
* Georgian To Jalali Programming Algorithm
* By Reza Farhadian <[email protected]>
*/
function g2j(timestamp){
// G = ~~(Georgian)
// J = ~~(Jalali)
var G_Y = ~~(new Date(timestamp*1000).getFullYear())