GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
date_created.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Display the date_created field type
4  *
5  * @package GravityView
6  * @subpackage GravityView/templates/fields
7  */
8 
10 
11 extract( $gravityview_view->getCurrentField() );
12 
13 echo GVCommon::format_date( $value, 'format=' . \GV\Utils::get( $field_settings, 'date_display' ) );
static getInstance( $passed_post=NULL)
$field_settings['content']
Definition: custom.php:27
$gravityview_view
Definition: date_created.php:9
static format_date( $date_string='', $args=array())
Allow formatting date and time based on GravityView standards.