View Single Post
Old 08-23-2014, 11:44 AM   #4
comox
Enthusiast
comox began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Jan 2011
Device: none
I have a related question.

When I import a file name with date formatted as yyyy, for example:
John Doe - This Is My Life - 2014

using:
(?P<author>[^_]+) - (?P<title>.+) - (?P<published>.+)

The field <published> is filled with 2014-08-15.

Is there a way to have Year default to January 1?
For example: 2014-01-01.
comox is offline   Reply With Quote