GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Namespaces | Variables
date.php File Reference

Go to the source code of this file.

Namespaces

 GravityView
 GPL2+
 

Variables

 $gravityview_view = GravityView_View::getInstance()
 
if( $value==='1970-01-01') if(!empty( $field_settings) &&!empty( $field_settings['date_display']) &&!empty( $value)) else
 Unix Epoch probably isn't what you're looking for. More...
 

Variable Documentation

◆ $gravityview_view

$gravityview_view = GravityView_View::getInstance()

Definition at line 9 of file date.php.

◆ else

if ($value==='1970-01-01') if (!empty($field_settings) &&!empty($field_settings[ 'date_display']) &&!empty($value)) else
Initial value:
{
static date_display( $value='', $date_format='mdy', $field_id=0)
Get the default date format for a field based on the field ID and the time format setting...
if(false !==strpos( $value, '00:00')) $field_id
string $field_id ID of the field being displayed
Definition: time.php:22

Unix Epoch probably isn't what you're looking for.

Since
1.7

Definition at line 37 of file date.php.