I am still confused of when to use Value Formatter versus Value Resolver in automapper.
Say I have a nullable DateTime that I want to make into a specific date format(so the end result would be a string). Should I use Formatter in this case?
Thanks