asaskevich / govalidator

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

How to do custom type conversion #480

Open mycode65678 opened 1 year ago

mycode65678 commented 1 year ago
type ReportAdd struct {

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

How to format the type?