asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
6.05k stars 555 forks source link

How to do custom type conversion #480

Open mycode65678 opened 2 years ago

mycode65678 commented 2 years ago
type ReportAdd struct {

    Date time.Time `form:"Date" valid:"required"`
}

How to format the type?