How to display records from todays date and specifiec time of the day

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default How to display records from todays date and specifiec time of the day

    Hi all


    any idea how to display specific record on current date and time of the day
    ...
    i did managed to display it for the date and drop it on specific date but
    couldn manage it to dispay on speci,fic time of the date (for example 6
    o'clock in the evening drop from the list)
    i work with ASP and access 2000 and i have done it like

    SELECT *
    FROM students_table
    WHERE students_pass_exam <=now
    ORDER BY students_pass_exam ASC

    So can u pls help me out how to do it to dissapear at the current time of
    the last day instead of after midnight of the last date ...


    Pls gimme some tips ..


    Rgrds MeTin


    MeTin Guest

  2. Similar Questions and Discussions

    1. display records >(higher) than todays date?
      hi, I have a vacancies table which displays vancanies added into a database. I want to display the records that have todays date or higher in the...
    2. Filter records by date and time
      any chance to help me on this pls .. can anyone tell me how i can sort my table by date and time i wanna put down specific DATE and TIME into my db...
    3. dynamic time/date variable to sort records by
      I posted a question on this some months ago but didn't get a good answer. I have a very basic personal weblog on my website using a PHP script and...
    4. time and date display
      Hi all, Thanks in advance for reading on... I want to display the time (abbrev time) and date (long date) in my project through text sprites....
    5. Making all fields from all records display at one time
      What I'd like to do is, after inputing data into 2 or more records, is have a button you can click on that will display all the fields from all the...
  3. #2

    Default Re: How to display records from todays date and specifiec time ofthe day

    try the Hour function


    MeTin wrote:
    > Hi all
    >
    >
    > any idea how to display specific record on current date and time of the day
    > ..
    > i did managed to display it for the date and drop it on specific date but
    > couldn manage it to dispay on speci,fic time of the date (for example 6
    > o'clock in the evening drop from the list)
    > i work with ASP and access 2000 and i have done it like
    >
    > SELECT *
    > FROM students_table
    > WHERE students_pass_exam <=now
    > ORDER BY students_pass_exam ASC
    >
    > So can u pls help me out how to do it to dissapear at the current time of
    > the last day instead of after midnight of the last date ...
    >
    >
    > Pls gimme some tips ..
    >
    >
    > Rgrds MeTin
    >
    >
    Manuel Socarras Guest

  4. #3

    Default Re: How to display records from todays date and specifiec time of the day

    Hi Manuel

    But this didnt help out ..can u recommend me any another way for this ...



    Rgds MeTin


    "Manuel Socarras" <msoc**no-spam**@airtel.net> wrote in message
    news:cvpkbs$jqp$1@forums.macromedia.com...
    > try the Hour function
    >
    >
    > MeTin wrote:
    >> Hi all
    >>
    >>
    >> any idea how to display specific record on current date and time of the
    >> day ..
    >> i did managed to display it for the date and drop it on specific date but
    >> couldn manage it to dispay on speci,fic time of the date (for example 6
    >> o'clock in the evening drop from the list)
    >> i work with ASP and access 2000 and i have done it like
    >>
    >> SELECT *
    >> FROM students_table
    >> WHERE students_pass_exam <=now
    >> ORDER BY students_pass_exam ASC
    >>
    >> So can u pls help me out how to do it to dissapear at the current time of
    >> the last day instead of after midnight of the last date ...
    >>
    >>
    >> Pls gimme some tips ..
    >>
    >>
    >> Rgrds MeTin

    MeTin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139