Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Extension for Date

    I'm looking to see if anyone knows where I can get an extension for Dreamweaver
    that lets me search based on a start date and end date and display a list of
    available resources not booked between the two dates

    jhutchdublin Guest

  2. Similar Questions and Discussions

    1. JSObject returns wrong date. How can Iextract correct date from digital signature?
      I'm trying to extract name and date from digital signatures by using JSObject in Excel VBA, but JSObject returns wrong date. Year, month, hour and...
    2. date extension
      Hello, Just wondering does any one know of a good dw extension that I can apply to format dates, For a few years I used the extension from dwfaq it...
    3. Know an extension that searches for the file "lastmodified" date?
      I am working on a site with 80,000 pages and need to find an extension that will search all files within the site and populate the date each file...
    4. #39245 [NEW]: date function generate wrong date with 1162083600 timestamp
      From: lohner at aldea dot hu Operating system: Linux PHP version: 5.1.6 PHP Bug Type: Date/time related Bug description: ...
    5. Dreamlettes Calendar Extension - Date Formats
      Hi Everyone, I've just installed the Dreamlettes Calendar extension and I'm having a few problems with date formats. I'm in the UK however, the...
  3. #2

    Default Re: Extension for Date

    "jhutchdublin" <webforumsuser@macromedia.com> wrote in message
    news:fcd8e9$n40$1@forums.macromedia.com...
    > I'm looking to see if anyone knows where I can get an extension for
    > Dreamweaver
    > that lets me search based on a start date and end date and display a list
    > of
    > available resources not booked between the two dates
    What servermodel?

    Joris van Lier Guest

  4. #3

    Default Re: Extension for Date

    Coldfusion 8 is what I'm using


    jhutchdublin Guest

  5. #4

    Default Re: Extension for Date

    "jhutchdublin" <webforumsuser@macromedia.com> wrote in message
    news:fcei0d$a8p$1@forums.macromedia.com...
    > Coldfusion 8 is what I'm using
    Sorry I don't know about coldfusion, hopefully a ColdFusion expert will come
    to your aid.

    On the other hand, it shouldn't be too difficult to create something like
    that using standard Dreamweaver.
    the SQL would look like this:

    SELECT * FROM resources WHERE resource_date_available >= start_date AND
    resource_date_available <= end_date

    START_DATE and END_DATE would be variables that are input by the user.





    Joris van Lier 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