News Feed
Jobs Feed
Sections




News Archive
Brian Swan's Blog:
SQL Server Driver for PHP Connection Options ReturnDatesAsStrings
February 09, 2011 @ 08:45:28

Brian Swan has a new post to his blog today looking at one of the connection options for the SQL Server driver in PHP - the "ReturnDatesAsStrings" setting that can make handling date and time information simpler for PHP.

This is short post to address a frustration I've seen mentioned on Twitter and in forums a lot: By default, the SQL Server Driver for PHP returns datetime columns as PHP DateTime objects, not strings. This can be especially frustrating if you are not aware of the ReturnDatesAsStrings connection option. By simply setting this option to 1 (or true) when you connect to the server, datetime columns will be returned as strings.

He includes some sample code showing how to use the setting (as a part of the settings array passed in to sqlsrv_connect) and the resulting array key from the fetched results on his sample table. This just gives you one more option for handling dates in your SQL Server-based application, especially if you don't need the full DateTIme object's functionality.

0 comments voice your opinion now!
sqlserver driver connection option return date string datetime


blog comments powered by Disqus

Similar Posts

David Sklar's Blog: Visiting each character in a string

Scott MacVicar's Blog: Accessing pseudo random data with PHP

Community News: php|architect Podcast Returns!

DotVoid.com: Parsing the user agent string using PHP

Mark Story's Blog: New errors in PHP 5.4


Community Events











Don't see your event here?
Let us know!


podcast release language database opinion framework composer series introduction code functional development interview zendframework2 community api testing unittest phpunit example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework