If a birthdate is "11/24/1995"
then Upcoming birthday should be "11/24/2018"
This should be achieved using out of box functionality.
I tried doing this with calculated field but no luck there.
Thanks in advance!
Anupama.
If a birthdate is "11/24/1995"
then Upcoming birthday should be "11/24/2018"
This should be achieved using out of box functionality.
I tried doing this with calculated field but no luck there.
Thanks in advance!
Anupama.
Hi,
Unfortunately this can't be done using calculated field or business rule cause it is not possible to extract the date part from the full date.
The best way is to use JS or custom code.
Hope this helps.
More to this , I achieved the same with JSCript but can we do the same using out of box functionality?