Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Current Date

    Good monring,

    I would like to display the current date and time on the html page preferable
    with the seconds clicking away to give the page some animation. I have an
    image made in Fireworks and can export it as a jpg , animated gif or add a
    slice as needed or keep it as a png. What is the preferable way to do this?

    Thanks

    JC

    jhcaron Guest

  2. Similar Questions and Discussions

    1. getting the current date
      hi guys I?ve created 3 selection boxes on a form: 1 for the date, with values 1 - 31. 1 for the month, with values 1- 12 1 for the year with...
    2. ASP.NET Current Date in TextBox
      trying to get the current date into a text box. my code so far for the textbox is below. i have set up the rest of my insert record form and i am...
    3. current date - 7 dayz?
      hi, i am wanting to get the date 7 days ago but wasnt sure how to do it. something like: $current_date = date("Y-m-d") - ; also, i would like...
    4. If statement based on current date
      I tried the code below and after adjusting it to get around some syntax errors I got nothing. It just runs the queries without even considering...
    5. Current Date & Time
      I want to display the current date & time on my web site. Not being a code guru could someone please tell me what is the simplest script that works...
  3. #2

    Default Re: Current Date

    You could do this with JavaScript or Flash

    Javascript sample:
    [url]http://www.javascript-page.com/clock.html[/url]

    Flash sample:
    [url]http://www.albinoblacksheep.com/flash/clock.php[/url]
    [url]http://www.entheosweb.com/Flash/analog_clock.asp[/url]


    --

    Dan Mode
    --> Adobe Community Expert
    *Flash Helps* [url]http://www.smithmediafusion.com/blog/?cat=11[/url]
    *THE online Radio* [url]http://www.tornadostream.com[/url]
    *Must Read* [url]http://www.smithmediafusion.com/blog[/url]




    "jhcaron" <webforumsuser@macromedia.com> wrote in message
    news:em6f46$o34$1@forums.macromedia.com...
    > Good monring,
    >
    > I would like to display the current date and time on the html page
    > preferable
    > with the seconds clicking away to give the page some animation. I have an
    > image made in Fireworks and can export it as a jpg , animated gif or add a
    > slice as needed or keep it as a png. What is the preferable way to do
    > this?
    >
    > Thanks
    >
    > JC
    >

    dan mode ->Adobe Community Expert Guest

  4. #3

    Default Re: Current Date

    You can also do it with SSIs (if you have them).
    ROGM Guest

  5. #4

    Default Re: Current Date

    Not sure what an SSL is. Can it be done with simple html code possibly ?


    jhcaron 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