<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Displaying Future Dates</title>
    <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372</link>
    <language>en-us</language>
    <description>Feed for discussion topic Displaying Future Dates</description>
    <item>
      <title>Displaying Future Dates</title>
      <author>jonah</author>
      <pubDate>Tue, 17 Apr 2012 19:52:21 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372</guid>
      <description>&lt;p&gt;Is there a built-in method to display a future date? I would like to show an "Estimated shipment date" based on time of the day an order is placed. The shipment day is typically next day if the order is received before 6PM. Otherwise it's the following day (barring weekends and holidays). Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Tue, 17 Apr 2012 19:54:15 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372#comment-106373</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372#comment-106373</guid>
      <description>&lt;p&gt;Hi Jonah,&lt;/p&gt;
&lt;p&gt;"Shipping tracking numbers" usually give you an accurate enough estimated time of delivery.&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>jonah commented</title>
      <author>jonah</author>
      <pubDate>Tue, 17 Apr 2012 20:01:33 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372#comment-106374</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372#comment-106374</guid>
      <description>&lt;p&gt;Hi Caroline,&lt;/p&gt;
&lt;p&gt;Thanks for the prompt response. I should have specified before, but we would like to show the "Estimated" dates on the product page, before the actual order placement. So the user has an idea of shipping date before placing the order. &amp;nbsp;Is it possible to display a future date by adding days to the current date? Thanks.&lt;/p&gt;
&lt;p&gt;Jonah&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Tue, 17 Apr 2012 20:53:31 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372#comment-106377</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372#comment-106377</guid>
      <description>&lt;p&gt;Most stores out there will just say: ships within 24 hours, or will ship in 2-3 days. That's a bit of an odd request, I have never seen a shipping date on a product page, shopify or not shopify. You can use JavaScript to show a future date.&amp;nbsp;&lt;a href="http://stackoverflow.com/questions/6634833/jquery-javascript-date-add-2-days-like-php-strtotime" rel='nofollow'&gt;http://stackoverflow.com/questions/6634833/jquery-javascript-date-add-2-days-like-php-strtotime&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>standoutd commented</title>
      <author>standoutd</author>
      <pubDate>Tue, 17 Apr 2012 20:59:26 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372#comment-106378</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372#comment-106378</guid>
      <description>&lt;p&gt;Here is what a company we sometimes use for parts does:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.frozencpu.com/" rel='nofollow'&gt;http://www.frozencpu.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just a banner than order received by 6 PM ship the same day. Yours would be "ships next business day."&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>jonah commented</title>
      <author>jonah</author>
      <pubDate>Tue, 17 Apr 2012 21:17:04 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372#comment-106380</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372#comment-106380</guid>
      <description>&lt;p&gt;Thanks Caroline and standoutd. Although odd, it's a client requirement. I will use JS but wanted to know if a PHP like functionality&lt;/p&gt;
&lt;pre&gt;strtotime ( '+1 day' , strtotime ( $date ) )&lt;/pre&gt;
&lt;p&gt;existed here.&lt;/p&gt;
&lt;p&gt;Jonah&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Tue, 17 Apr 2012 22:14:02 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372#comment-106382</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372#comment-106382</guid>
      <description>&lt;p&gt;There's no easy way to do math on dates using Liquid, plus there's aggressive caching that would give you the wrong time. JavaScript is the way to go.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HunkyBill commented</title>
      <author>HunkyBill</author>
      <pubDate>Tue, 17 Apr 2012 23:31:52 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/shopify-discussion/t/displaying-future-dates-106372#comment-106385</link>
      <guid>http://forums.shopify.com/categories/1/posts/106372#comment-106385</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/xaviershay/kronic" rel='nofollow'&gt;https://github.com/xaviershay/kronic&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
