You are here

public function UserOptions::DateFormat in Drupal driver for SQL Server and SQL Azure 8.2

Return value

string

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Scheme/UserOptions.php, line 94

Class

UserOptions

Namespace

Drupal\Driver\Database\sqlsrv\Scheme

Code

public function DateFormat() {
  return parent::CallMethod(__FUNCTION__, array(), func_get_args());
}