# Datei-Datum aus Tag YEAR an die Datei übergeben

**URL:** https://community.mp3tag.de/t/datei-datum-aus-tag-year-an-die-datei-ubergeben/71083
**Category:** Allgemein
**Created:** [April 19, 2026, 10:59am UTC](https://community.mp3tag.de/t/datei-datum-aus-tag-year-an-die-datei-ubergeben/71083 "2026-04-19T10:59:02Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![LyricsLover](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/l/c6cbf5/32.png) [@LyricsLover](https://community.mp3tag.de/u/LyricsLover)
#### Post date: [April 19, 2026, 11:17am UTC](https://community.mp3tag.de/t/datei-datum-aus-tag-year-an-die-datei-ubergeben/71083/4 "2026-04-19T11:17:57Z")

</div>

> [@ohrenkino](#):
>
> gibt es ein Programm, das per Kommandozeile aufgerufen werden kann und dem Zeitdaten übergeben werden können

Dafür benötigt man nicht mal ein separates Programm, nur ein paar PowerShell-Script-Zeilen.

> [@How to copy "created" datestamp to "modified" of files - but not by hand?](https://community.mp3tag.de/t/how-to-copy-created-datestamp-to-modified-of-files-but-not-by-hand/54079/2):
>
> Using the file modification time is a really bad practice. I highly suggest you to change your process. Yes, in Powershell you get the various attributes and timestamps with: $file = Get-Item C:\temp\YourFileName.mp3 then you got three timestamps: $file.creationtime $file.lastaccesstime $file.lastwritetime You can assign the timestamp .creationtime to a variable like $MyCreationTime = $file.creationtime and then assign the content of this variable back to your file with $file.lastaccess…

---

_[View the full topic](https://community.mp3tag.de/t/datei-datum-aus-tag-year-an-die-datei-ubergeben/71083)._
