I'm connecting to SQL Server using the Zend_Db_Adapter_Sqlsrv via SQL Server driver for PHP
Wondering how I can insert a date which is read in from a web form in format dd/mm/yyyy into a datetime co开发者_运维技巧lumn
Thanks in advance
Try using zend_date or strtotime() and date()
精彩评论