I should add, I achieved what I wanted with the following code but I was looking for a "cleaner" built in property to set on the grid if it exists?
var
today =
new
Date();
$(
"[data-text-field=formatted_dob]"
).attr(
"placeholder"
, moment(today).format(
"DD MMM YYYY"
));