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

  1. #1

    Default Dynamic date

    Hi,

    I need to add a date to my website. can anyone explain howi can create a dynamic date so that every day the day will display the current day?.

    Thanks
    Jagdish
    jag_k Guest

  2. Similar Questions and Discussions

    1. Dynamic output by calendar date?
      Hi all, Here's my latest dilemma. I'm creating a website for a church, and one of the features they're requesting is a weekly sermon schedule. ...
    2. Date formatting on your dynamic pages?
      In Access I have date set to Date/Time with default value Date() and it is in the correct format. On website date appears as mm/dd/yy I want...
    3. dynamic time/date variable to sort records by
      I posted a question on this some months ago but didn't get a good answer. I have a very basic personal weblog on my website using a PHP script and...
    4. Dynamic Date Field
      Hello I am using Adobe Pro 6 and want "Today's Date" to auto load in a PDF form we are using. I found a 'fix' but I must be making it harder than...
    5. How to use a dynamic date?
      I want to put a date on a html page. I used the ?Insert/Date? command. It inserted the date alright. But the problem is, it does not update. I...
  3. #2

    Default Re: Dynamic date

    Just use the date() function of PHP or which dynamic language your server is
    set up for. Be wary about the timezone issue though. Are you going to
    display the date in the server's timezone, in GMT, or in the user's
    timezone?


    jag_k wrote:
    > Hi,
    >
    > I need to add a date to my website. can anyone explain howi can
    > create a dynamic date so that every day the day will display the
    > current day?.
    >
    > Thanks
    > Jagdish

    rob::db 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