Need to export last modified column into Excel

Hi all

For some reason I am having trouble adding the last modified date when i export into Excel. This is the config of my export:

$filename(csv,utf-16)Title;Artist;Album Artist;Album;Track;Codec;Sample Rate;Bitrate;Path;Modified
$loop(%_filename_ext%)%title%;%artist%;%albumartist%;%album%;%track%;%_codec%;%_samplerate%;%_bitrate%;%_folderpath%;%_modified%
$loopend()build on %_date% with %_app% - the universal Tag editor - http://www.mp3tag.de/en/

Can someone tell me what i need to add for that column?

Regards
Chris

Please check the documentation:

There are at least 3 variables:

Varable Description
%_file_mod_date% Short modification date
%_file_mod_datetime% Long modification date
%_file_mod_datetime_raw% Long modification date (unformatted)

Thanks a lot. I did see that but wasn't sure if it was right