PHP DateTime Formats

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

  1. #1

    Default PHP DateTime Formats

    Hello, I would like to know, how can I use that extension, I dont now where or
    when use it, please help me.

    I had not use a extensions before, I am so new about it.

    Thanks so much.

    Sorry for my english too, I am Mexicano, thanks so much

    osalazar Guest

  2. Similar Questions and Discussions

    1. number formats
      Hello, I'm in the middle of putting together the form front end to go over a 3rd party store, and they require me to pass a total $ amount with...
    2. Video formats
      Is there any way to use .WMV files as the video in Director? My issue is file size becasue I have a five minute movies that needs to go on a...
    3. What video formats
      What external sources can I load into a Flash movie. by this I think I mean I produce 100 clips and want to create a movie with a place holder ...
    4. formats
      Is it possible to use more than one format in a script? I am parsing a log file to STDOUT and would like to be able to write to two (or more)...
  3. #2

    Default Re: PHP DateTime Formats

    osalazar wrote:
    > Hello, I would like to know, how can I use that extension, I dont now where or
    > when use it, please help me.

    I haven't used this particular extension but if it is a ServerFOrmat
    type of extensions, then the following quick demo may be good for you:


    Open a PHP page
    Add a recordset to the page that includes a date value from your db
    Add a repeat region to the page
    select the output for the date value.
    Open up the Bindings panel (Window -> Bindgings). The coumn name that
    the date value comes from shoul dbe highlighted
    In the Bindings panel there is a Format column. You may need to widen
    the panel or scroll it to the right a bit.
    With the date column selected, click on the Format comlun in that row
    and you should get a pop up menu.
    From there you can select a number of things includeing the DateTime
    formats from the extension you installed.



    Danilo
    danilocelic *TMM* Guest

  4. #3

    Default Re: PHP DateTime Formats

    Thanks so much !!!
    osalazar 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