Date format for print using GridFIeldPrintButton

Silverstripe Version: 3

Question: How to change date format for print column?

I have date format settings in application, I know how to display the date in this format but when I want to print with Print button it takes date from the database. Any suggestion, how can I configure date format?
For display I use this:

'MyField' => 'Date->FormatFromSettings',