finalizing work on text rotation.
This commit is contained in:
parent
8595962d99
commit
53280b9258
10 changed files with 56 additions and 28 deletions
|
|
@ -11,7 +11,7 @@ func TestTimeValueFormatterWithFormat(t *testing.T) {
|
|||
assert := assert.New(t)
|
||||
|
||||
d := time.Now()
|
||||
di := TimeToFloat64(d)
|
||||
di := Time.ToFloat64(d)
|
||||
df := float64(di)
|
||||
|
||||
s := TimeValueFormatterWithFormat(d, DefaultDateFormat)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue