Members custom field as date

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
rrahmad
Posts: 8
Joined: 2019-10-05 15:14

Members custom field as date

Post by rrahmad » 2019-12-12 06:06

hi
how to change Members custom field 1-4 to date format?
thanks
Attachments
custom.PNG
custom.PNG (7.82 KiB) Viewed 1357 times

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: Members custom field as date

Post by pbottcher » 2019-12-12 20:58

Hi,

the format is set in the database. There is no actual customization to the fields. So if you want to change them to date fields, you need to do it on the database side.
If you want to modify the input page, you need to either edit the membership_profile.php page or put some additional code in to check if the membership_profile page is called and apply the changes to the fields you need.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply