Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
LJG #1
Formating Date
Hi Guys,
Looking for an extension that allows me to format date fields. I have a field
in my db that stores the date & time of record creation, which is fine. I just
want to display it on the page as a short date.
If I change it's format in the server bindings it causes a 500 server error
I am useing an MSACCESS db with ASPvb
TIA
LJG Guest
-
MX formating date differently than 5 with Oracle
All, We are in the process of migrating from CF5 to CFMX7. In cold fusion 5, with an oracle databases dates are returned in the following... -
Date formating in DataGrid
I have a datagrid ( bound to a resultSet via Java remoteobject service ). One of the fields is a datetime field (DOB). I wish to format the date... -
Date Formating
Hello I would like to format a date in the DataGrid to be 3.3.2004 and not with the time (default?) 3.3.2004 00:00:00! <asp:DataGrid... -
[PHP] formating date
> -----Original Message----- Try this: $mailed=$row; $payment=$row; $ID=$row; -
Formating date,time
Using MySQl and PHP I am trying to get a standard time stamp to for so it reads: Day, d/m/y (Fri, 30/11/03) The database holds the info like... -
Joris van Lier #2
Re: Formating Date
"LJG" <webforumsuser@macromedia.com> wrote in message
news:f9vdif$3ed$1@forums.macromedia.com...That functionality is already built into dreamweaver, it's called> Hi Guys,
>
> Looking for an extension that allows me to format date fields. I have a
> field
> in my db that stores the date & time of record creation, which is fine. I
> just
> want to display it on the page as a short date.
>
> If I change it's format in the server bindings it causes a 500 server
> error
>
> I am useing an MSACCESS db with ASPvb
>
> TIA
ServerFormats.
You can access the serverformats from the format column of the bindings tab
after selecting a Dynamic Binding (\looks like {rs.col} in Design View),
there are several date formats built-in including short date.
There are some Server Format extensions available for download, and i've
even created an extension for creating custom ServerFormats with your own
code.
The bad news is that ServerFormat Studio is very outdated as it was created
for Dreamweaver MX, however it might work with newer versions.
ServerFormatStudio for ASP/JSP [url]http://www.dmxzone.com/go?1525[/url]
for PHAkt [url]http://www.dmxzone.com/showDetail.asp?TypeId=4&NewsId=1776[/url]
Joris
Joris van Lier Guest
-
LJG #3
Re: Formating Date
I Have tried the server bindings, if I select a format from that, that is when I get the server 500 error...is this a bug or does it work for other users?
LJG Guest
-
Joris van Lier #4
Re: Formating Date
"LJG" <webforumsuser@macromedia.com> wrote in message
news:fahppi$d4j$1@forums.macromedia.com...>I Have tried the server bindings, if I select a format from that, that is
>when I get the server 500 error...is this a bug or does it work for other
>users?
I Have tried the server bindings, if I select a format from that, that isHi LJG,>when I get the server 500 error...is this a bug or does it work for other
>users?
it certainly works for me in multiple server languages, there must be
something wrong with the databinding you're trying to format (no data?), or
the server configuration (function disabled?).
Debugging that is really hard without precise information,
could you post the full error message (including number as the actual
message may be in a language that I don't understand), to see the full
message in Internet Explorer, go to your internet options and uncheck "Show
friendly Error Messages"
Joris
Joris van Lier Guest



Reply With Quote

