Hello!
I'm working on some form where I have three select elements for birth day, month and year. The problem is that I created single field called date in database and I would like to split it everytime when form loads from Y-m-d to select fields for year, month and day.
Is that possible and if it's, how to do it?
Thank you!