Converts (example) 18.04.2011 to 2011-04-18.
format tag field
Field: date added
Format string: %_date%
replace with regular expression
Field: date added
RegExp: ^(\d+).(\d+).(\d+)$
Replace with: $3-$2-$1
Converts (example) 18.04.2011 to 2011-04-18.
format tag field
Field: date added
Format string: %_date%
replace with regular expression
Field: date added
RegExp: ^(\d+).(\d+).(\d+)$
Replace with: $3-$2-$1