Date of birth restriction

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
ezidan
Posts: 2
Joined: 2013-11-23 18:44

Date of birth restriction

Post by ezidan » 2013-11-27 23:24

I have a table for students which have student id , name , date of birth.
I want to restrict the date of birth to over 16 only.
Any ideas :)

KSan
AppGini Super Hero
AppGini Super Hero
Posts: 252
Joined: 2013-01-08 20:17

Re: Date of birth restriction

Post by KSan » 2014-02-04 05:53

I think you can write a hook to inspect the data entered and kick it out if age is < 16 years old but I think we also need to see how to reduce the year options offered in the date picker. I mean who needs dates between 1900 to 2100 when you are clearly interested people already alive and over 16 years of age... The date picker range should be possible to define somehow.

Post Reply