Search Results

Search found 2 results on 1 pages for 'davuz'.

Page 1/1 | 1 

  • Why ubuntu 13.10 always show "access prompt" when start?

    - by Davuz
    After my Ubuntu PC update from 13.04 to 13.10, when start up, an access prompt always show and ask me password for "[email protected]". I was input password for email or another services, which registed with "[email protected]", but it's still "incorect". I can close but next time, it appears again. It never appeared before 13.10. What is application show that prompt? How can I turn off this? Here is access prompt?

    Read the article

  • Default datetime format in mySQL

    - by Davuz
    I'm coding to search data by compare datetime. In web form, user input value '2012-06-04' store in $_REQUEST['dateSearch']. I create datetime object from that: $dateObj = date_create_from_format("Y-m-d",$_REQUEST['dateSearch']); $dateParam = $dateObj->format("Y-m"); Then I use $dateParam in sql query to find data $sql = " SELECT * FROM `temp` as `t` WHERE `t`.`date` LIKE '$dateParam%' "; Everything is ok, but I'm not sure mySQL alway use only one datetime format "Y-m-d H:i:s". At here, $dateParam = $dateObj->format("Y-m"); I set default format is "Y-m". Is the default format never change? I don't want hard set format "Y-m-d H:i:s" in code, instead of, I think get format string from system to use is better. How do I get default datetime format string from mySQL???

    Read the article

1