Ask a Question related to PHP Development, Design and Development.
-
danielc at analysisandsolutions dot com #1
#26207 [NEW]: date(): add format parameter for colons in UTC offset
From: danielc at analysisandsolutions dot com
Operating system: irrelevant
PHP version: Irrelevant
PHP Bug Type: Feature/Change Request
Bug description: date(): add format parameter for colons in UTC offset
Description:
------------
date('O') produces the offset in "+0200" format. It would be nice to be
able to have a format parameter that
outputs the same information but with a colon in it: "+02:00."
--
Edit bug report at [url]http://bugs.php.net/?id=26207&edit=1[/url]
--
Try a CVS snapshot (php4): [url]http://bugs.php.net/fix.php?id=26207&r=trysnapshot4[/url]
Try a CVS snapshot (php5): [url]http://bugs.php.net/fix.php?id=26207&r=trysnapshot5[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=26207&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=26207&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=26207&r=needtrace[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=26207&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=26207&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=26207&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=26207&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=26207&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=26207&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=26207&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=26207&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=26207&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=26207&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=26207&r=float[/url]
danielc at analysisandsolutions dot com Guest
-
Date Parameter For Saved Parameter Queries
Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently... -
#26090 [NEW]: allow colons in time zone offset to strtotime()
From: danielc at analysisandsolutions dot com Operating system: n/a PHP version: 5.0.0b1 (beta1) PHP Bug Type: Feature/Change... -
converting date into database date format(newbie)
Hi! U can convert "8-Aug-03" into mysql date which requires yyyy-mm-dd format as below. <?php date("Y-m-d",strtotime("8-Aug-03")); ?> -
to_date function: format parameter for fractions of a second?
Thanks June, that answer works a treat. Regards, Bryce Stenberg. Harness Racing New Zealand computer department, emailto:bryce@hrnz.co.nz ... -
to_date function: format parameter for fractions of a second?
Hi, I am trying to select values from a date field and time field ( char(8) ) to combine into a datetime field. But I'm having problems with...



Reply With Quote

