Announcement

Collapse
No announcement yet.

ToolKit Date Function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ToolKit Date Function

    Is there a snippet to display the current time (Eastern) on a Merchant page?
    I've tried #15 in the module list several different ways with no luck.

    #2
    Re: ToolKit Date Function

    Did you make sure the tool kit item was assigned to the page? What is the code you tried to use?

    Comment


      #3
      Re: ToolKit Date Function

      Yes, the ToolKit is assigned to the page.
      Here is one of the code snippets I tried:
      We can be reached 10:00 AM - 5:00 PM Eastern Time Monday - Friday<BR>
      Our Current Time:
      <BR>
      <mvt:item name="toolkit" param="set_time_zone|our_time|-4" />
      <mvt:item name="toolkit" param="time_t_year|nyear|our_time" />
      <mvt:item name="toolkit" param="time_t_month|nmonth|our_time" />
      <mvt:item name="toolkit" param="time_t_dayofmonth|ndayofmonth|our_time" />
      <mvt:item name="toolkit" param="time_t_hour|nhour|our_time" />
      <mvt:item name="toolkit" param="padl|chour|nhour|2|0" />
      <mvt:item name="toolkit" param="time_t_minute|nminute|our_time" />
      <mvt:item name="toolkit" param="padl|cminute|nminute|2|0" />

      Comment


        #4
        Re: ToolKit Date Function

        After those lines

        &mvt:global:chour;:&mvt:global:cminute;
        Last edited by wcw; 12-30-14, 07:17 AM.
        Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
        Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
        Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
        Facebook http://www.facebook.com/EmporiumPlus
        Twitter http://twitter.com/emporiumplus

        Comment


          #5
          Re: ToolKit Date Function

          Thank you Bill, I hoped you would see this post.

          I miss the Merchant 1 and 2 days with all of the old players :)

          Comment


            #6
            Re: ToolKit Date Function

            Originally posted by Conard View Post
            Thank you Bill, I hoped you would see this post.

            I miss the Merchant 1 and 2 days with all of the old players :)
            LOL - who ya callin' old
            Leslie Kirk
            Miva Certified Developer
            Miva Merchant Specialist since 1997
            Previously of Webs Your Way
            (aka Leslie Nord leslienord)

            Email me: [email protected]
            www.lesliekirk.com

            Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

            Comment


              #7
              Re: ToolKit Date Function

              Ha!!!
              Sorry Leslie, I was thinking in terms of Ivo or Darren or Lurray, oh geez, I just dated myself.

              Comment


                #8
                Re: ToolKit Date Function

                Hey, I'm an old guy and I am still here. ;-) But yes, I miss them too.
                Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
                Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
                Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
                Facebook http://www.facebook.com/EmporiumPlus
                Twitter http://twitter.com/emporiumplus

                Comment

                Working...
                X