Viewing 1 replies (of 1 total)
  • ibreezer

    (@ibreezer)

    you could change around row 165 in the file template-row.php

    $value = GFCommon::format_date($lead['date_created'], true, apply_filters( 'kws_gf_date_format', '' ));

    to

    $value = GFCommon::format_date($lead['date_created'], true, apply_filters( 'kws_gf_date_format', $options['datecreatedformat']),false);

    this would fix it, problem is all changes will be removed when updating so make sure the update contains the desired function

Viewing 1 replies (of 1 total)
  • The topic ‘Entry Date Not Reformatting’ is closed to new replies.