Access97 Compare two Dates











up vote
-2
down vote

favorite












I'm trying to compare 2 dates with an SQL Query,



My query is this :



"SELECT table.toto
FROM table
WHERE
table.date < $date"


$date is a variable that comes from my PHP code



In my table, my date is formatted like this : dd/mm/YYYY



Unfortunately, it doesn't work as expected, it returns only one result (it's supposed to return way more results), which date is : 1312-09-15 00:00:00 but in database, the date is formatted like dd/mm/YYYY.










share|improve this question




























    up vote
    -2
    down vote

    favorite












    I'm trying to compare 2 dates with an SQL Query,



    My query is this :



    "SELECT table.toto
    FROM table
    WHERE
    table.date < $date"


    $date is a variable that comes from my PHP code



    In my table, my date is formatted like this : dd/mm/YYYY



    Unfortunately, it doesn't work as expected, it returns only one result (it's supposed to return way more results), which date is : 1312-09-15 00:00:00 but in database, the date is formatted like dd/mm/YYYY.










    share|improve this question


























      up vote
      -2
      down vote

      favorite









      up vote
      -2
      down vote

      favorite











      I'm trying to compare 2 dates with an SQL Query,



      My query is this :



      "SELECT table.toto
      FROM table
      WHERE
      table.date < $date"


      $date is a variable that comes from my PHP code



      In my table, my date is formatted like this : dd/mm/YYYY



      Unfortunately, it doesn't work as expected, it returns only one result (it's supposed to return way more results), which date is : 1312-09-15 00:00:00 but in database, the date is formatted like dd/mm/YYYY.










      share|improve this question















      I'm trying to compare 2 dates with an SQL Query,



      My query is this :



      "SELECT table.toto
      FROM table
      WHERE
      table.date < $date"


      $date is a variable that comes from my PHP code



      In my table, my date is formatted like this : dd/mm/YYYY



      Unfortunately, it doesn't work as expected, it returns only one result (it's supposed to return way more results), which date is : 1312-09-15 00:00:00 but in database, the date is formatted like dd/mm/YYYY.







      php sql date






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 21 at 15:47









      Gustav

      28.9k51734




      28.9k51734










      asked Nov 21 at 13:36









      A.Vinuela

      1




      1
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Well, I found a solution to my problem.



          I don't know why but I just have set the "$date" format to : n/d/Y
          and to wrap it between "#" in code like this :



          "SELECT table.toto 
          FROM table
          WHERE
          table.date < #date#"





          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53413285%2faccess97-compare-two-dates%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            Well, I found a solution to my problem.



            I don't know why but I just have set the "$date" format to : n/d/Y
            and to wrap it between "#" in code like this :



            "SELECT table.toto 
            FROM table
            WHERE
            table.date < #date#"





            share|improve this answer



























              up vote
              0
              down vote













              Well, I found a solution to my problem.



              I don't know why but I just have set the "$date" format to : n/d/Y
              and to wrap it between "#" in code like this :



              "SELECT table.toto 
              FROM table
              WHERE
              table.date < #date#"





              share|improve this answer

























                up vote
                0
                down vote










                up vote
                0
                down vote









                Well, I found a solution to my problem.



                I don't know why but I just have set the "$date" format to : n/d/Y
                and to wrap it between "#" in code like this :



                "SELECT table.toto 
                FROM table
                WHERE
                table.date < #date#"





                share|improve this answer














                Well, I found a solution to my problem.



                I don't know why but I just have set the "$date" format to : n/d/Y
                and to wrap it between "#" in code like this :



                "SELECT table.toto 
                FROM table
                WHERE
                table.date < #date#"






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 21 at 14:07









                WhatsThePoint

                2,11342034




                2,11342034










                answered Nov 21 at 14:01









                A.Vinuela

                1




                1






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53413285%2faccess97-compare-two-dates%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Contact image not getting when fetch all contact list from iPhone by CNContact

                    count number of partitions of a set with n elements into k subsets

                    A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks