Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhioromano committed Jun 12, 2015
1 parent f7f7775 commit 84a5901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Date.prototype.getDateFormatted = function() {
var date = this.getDate();
return date < 10 ? '0' + date : date;
};

if(!String.prototype.format) {
String.prototype.format = function() {
var args = arguments;
Expand Down

0 comments on commit 84a5901

Please sign in to comment.