clean up and documentation

This commit is contained in:
Eric Hulburd
2016-02-23 11:17:50 -06:00
parent ce9cd68470
commit ccf4a88986
8 changed files with 133 additions and 27 deletions

View File

@@ -1,10 +0,0 @@
import moment from 'moment';
class House {
timeToDateString(timestamp){
var house = this;
return moment.tz(timestamp, house.timezone).format("YYYY-MM-DD");
}
}