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

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. [PHP] formating date
      > -----Original Message----- Try this: $mailed=$row; $payment=$row; $ID=$row;
    5. 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...
  3. #2

    Default Re: Formating Date

    "LJG" <webforumsuser@macromedia.com> wrote in message
    news:f9vdif$3ed$1@forums.macromedia.com...
    > 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
    That functionality is already built into dreamweaver, it's called
    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

  4. #3

    Default 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

  5. #4

    Default 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 is
    >when I get the server 500 error...is this a bug or does it work for other
    >users?
    Hi LJG,
    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

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