Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
jhutchdublin #1
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
-
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... -
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... -
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... -
#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: ... -
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... -
Joris van Lier #2
Re: Extension for Date
"jhutchdublin" <webforumsuser@macromedia.com> wrote in message
news:fcd8e9$n40$1@forums.macromedia.com...What servermodel?> 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
Joris van Lier Guest
-
-
Joris van Lier #4
Re: Extension for Date
"jhutchdublin" <webforumsuser@macromedia.com> wrote in message
news:fcei0d$a8p$1@forums.macromedia.com...Sorry I don't know about coldfusion, hopefully a ColdFusion expert will come> Coldfusion 8 is what I'm using
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



Reply With Quote

