简体   繁体   中英

Gosu annotation for validating DOB

I'm working in gosu(guidewire) and having an annotation for the Date Of Birth(DOB).The expression under that annotation is supposed to return an error if the year of the DOB is less than 1897 or if it is greater than 2001.

I'm new to gosu so can someone please help me with this?

There is no OOTB annotation for DOB Validation. You have to create custom annotation for achieving the same.

Create New Gosu Class -> Change the kind as Annotation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM