Looking at my example and ron_horne's example... they are basically the same concept... Use the informal() function.
The part that I didn't know, that the video indicates, is that if you leave out the second option of the informat() function, usually informal(<striing column>, <string format>), it will actually do that same thing as what I was proposing, but with a lot less coding.
So, make a function in your data table that contains "Informat(<date column>)" and it should have you set.
Please be sure to mark ron_horne's answer as the correct one if that helps you out as it is the more elegant of the two solutions.
Best,
M