BigQuery Client - Class Date (1.27.0)

Reference documentation and code samples for the BigQuery Client class Date.

Represents a value with a data type of Date .

Example:

 use Google\Cloud\BigQuery\BigQueryClient;

$bigQuery = new BigQueryClient();

$date = $bigQuery->date(new \DateTime('1995-02-04')); 

Namespace

Google \ Cloud \ BigQuery

Methods

__construct

Parameter
Name
Description
value
DateTimeInterface

The date value.

get

Get the underlying \DateTimeInterface implementation.

Returns
Type
Description
DateTimeInterface

type

Get the type.

Returns
Type
Description
string

formatAsString

Format the value as a string.

Returns
Type
Description
string

__toString

Format the value as a string.

Returns
Type
Description
string

Constants

FORMAT

  Value: 'Y-m-d' 
 
Create a Mobile Website
View Site in Mobile | Classic
Share by: