Skip to content

Instantly share code, notes, and snippets.

View fabricekabongo's full-sized avatar
🇨🇩
proudly congolese

Fabrice Kabongo fabricekabongo

🇨🇩
proudly congolese
View GitHub Profile
@cstipkovic
cstipkovic / formatDate.js
Last active July 31, 2017 03:02
A simple format Date function using Javascript prototype
/*
Based on Rick Strahl code
http://www.west-wind.com/weblog/posts/2008/Mar/18/A-simple-formatDate-function-for-JavaScript
Contributors:
Clauber Stipkovic - @clauberhalic
Mário Rinaldi - @MarioRinaldi
*/
Date.prototype.formatDate = function (format) {