How is your [date (filename friendly)] field formatted?
Mine are filled like so: yyyymmdd-hhmmss, so, a custom library field using calculated data from the following template would produce the data you require:
mid([date (filename friendly)],0,13)
Close enough?
-marko.