using ssi to get name display date and custom html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riotmichael
    New Member
    • Oct 2005
    • 2

    using ssi to get name display date and custom html

    Hello all

    I am using this hope it shows up
    <!--#config timefmt="%j" --> <!--#echo var="DATE_LOCAL" -->

    to find the date of the year.

    what I want to do it have a message based on the time of the year.
    using regular expresstions

    ie


    <!--#if expr="\"$DATE_LOCAL\"= \"<200"" -->
    Summer Time
    <!--#elif expr="\"$DATE_LOCAL\" = \">200"" -->
    Its winter
    <!--#else -->
    in neither
    <!--#endif -->

    but I have not idea how to code this

    please help

    Michael
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    Are you trying to do this in vBulletin or on a different webpage?

    I don't think something like this is possible with plain HTML.
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

    • riotmichael
      New Member
      • Oct 2005
      • 2

      #3
      a different site

      not in vbullentin

      but I throught someone might now how to do this

      Mike

      Comment

      Related Topics

      Collapse

      Working...