PHP Classes

Dateformat

Recommend this page to a friend!

      PHP MSSQL Dump  >  All threads  >  Dateformat  >  (Un) Subscribe thread alerts  
Subject:Dateformat
Summary:Using universal format for datetime?
Messages:1
Author:Werner Schneider
Date:2011-01-12 15:14:54
 

  1. Dateformat   Reply   Report abuse  
Picture of Werner Schneider Werner Schneider - 2011-01-12 15:14:55
Hello and thanks for this great tool!

I got one problem writing back the backuped data: I get the error
Error converting a string to a datetime
in a line where I try to insert a datetime value like: 'May 18 2010 11:00AM'

Since I use a German MSSQL-Server this might be a language-problem. Wouldn't it be a good idea to use a universal format for datetime like: yyyyMMdd hh:mm:ss.tt which should be understood by all language-versions?