ymd : function(sep){
        sep = arguments.length ? sep : "/";
        return [this.year,this.month,this.day].invoke("zerofill",2).join(sep)
    },