static time(): string {
return this.dateDAO.toLocaleTimeString()
}
static date(): string {
return this.dateDAO.toLocaleDateString()
}
Package detail
@thiagoveras/toolbelt-api-test
null
null
static time(): string {
return this.dateDAO.toLocaleTimeString()
}
static date(): string {
return this.dateDAO.toLocaleDateString()
}