Skip to content

Commit

Permalink
Merge branch 'fom_object' of http://github.com/minimal/Fang-of-Mongo
Browse files Browse the repository at this point in the history
…into fom_object
  • Loading branch information
Fiedzia committed Apr 19, 2010
2 parents 75ba07d + 48795fa commit b1411c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fangofmongo/static/fom/js/fangofmongo_utils.js 100755 → 100644
Expand Up @@ -89,7 +89,7 @@ $.widget("ui.fom_utils", {
*/
formatDate:function(date, format) {
//yyyy-mm-dd hh:mm:ss.miliseconds
return $.format.date(new Date(), format);
return $.format.date(date, format);

},

Expand Down

0 comments on commit b1411c7

Please sign in to comment.