Date Column style in Grid View

Hello,

I want format a Date Column in Gridview
This Code works without style:
‘date:date’,

Here I get NOT SET:
[
‘attribute’ => ‘date:date’,
‘contentOptions’ => [
‘style’ => ‘text-align: right;’
]
],

Thanks for helping.