You are here

function feeds_tamper_timetodate_callback in Feeds Tamper 7

Same name and namespace in other branches
  1. 6 plugins/timetodate.inc \feeds_tamper_timetodate_callback()
1 string reference to 'feeds_tamper_timetodate_callback'
timetodate.inc in plugins/timetodate.inc

File

plugins/timetodate.inc, line 34

Code

function feeds_tamper_timetodate_callback($result, $item_key, $element_key, &$field, $settings, $source) {
  $field = date($settings['date_format'], $field);
}