I need to edit years from imported leads that have the year “0018” into “2018”
It is my understanding that I can easily get the date of a created lead in a logic hook with $bean->date_created;
But how do I access the year and simply replace the first 0 with a 2? (If it is a 0 of course)
Thanks