You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
218 B

package Test
import (
"dsData/Utils/CommonUtil"
"fmt"
"testing"
)
func TestElastic(t *testing.T) {
fmt.Println(CommonUtil.IsDate("2014-06-152 08:37:18"))
fmt.Println(CommonUtil.IsDate("2014-06-15 08:37:18"))
}