I did a search for DateCalc and only return this post.

I could take the output of the DateCalc and add

$year=Trim(Split(DateCalcOutput,"\")[0])
$month=Trim(Split(DateCalcOutput,"\")[1])
$day=Trim(Split(DateCalcOutput,"\")[2])

and rearrange the output.

_________________________
I haven't failed. I just found another way that did not work.