It’s happening! Demo Dundies is back with Season 2 πŸš€
Nominate your best demos
Storylane Docs
LoginStart free
  • Storylane Knowledge Base
  • Storylane Playbooks
  • Product Updates
  • Customer Showcase
  • πŸ‘‹Welcome to Storylane
  • πŸš€Quick Start Guide
  • πŸ“ΈRECORDING DEMOS
    • HTML Demo
    • Screenshot Demo
    • Other Recording Options
  • πŸ’»EDITING DEMOS
    • Editing HTML Screens
    • Editing Screenshot Screens
    • Guided Steps
      • Video Clips
      • Video Overlays & Voiceovers
    • Chapters & Product Tour
    • Personalization
    • Demo Settings
  • 🎊SHARING DEMOS
    • Embed
    • Share Link
      • Share via Extension
      • Share via Gmail Plugin
      • Share via HubSpot
      • Share via Salesforce
    • Socials and Email Campaigns
    • Conference Mode
    • Exports & Downloads
    • Demo protection and security
  • 🌟AI Suite
    • Meet Lily Sales Agent
    • Create Demos with AI πŸš€
      • Create & Improve with AI
      • AI Video Avatars
      • AI Voiceovers
      • AI HTML Editor
      • AI Translation
  • 🌐BUYER HUB
    • Buyer Hub Overview
    • Buyer Hub Configuration
    • Buyer Hub Analytics
  • πŸ–±οΈSandbox Demo
    • Sandbox Configuration
  • πŸ“ˆANALYTICS
    • Capture Leads
    • Lead Attribution
    • Tracking and Analyzing
      • Analyzing Demo Performance
    • Account-Level Insights
    • Viewer Data Enrichment
  • πŸ”—Integrations
    • Integrations
      • HubSpot
        • HubSpot Lead Forms
        • Hubspot Integration Features
        • Hubspot Website Embeds
        • Storylane App for HubSpot
        • Matching HubSpot Tokens to Storylane Tokens
      • Marketo
        • Marketo Lead Forms
      • Pardot
        • Custom Pardot Form
      • Salesforce
        • Storylane App for Salesforce
      • Slack
      • FreshSales
      • Dynamics 365
      • Zapier
      • Google Tag Manager
      • Google Analytics
      • Gmail
      • Segment
      • Intercom
      • Clearbit
      • SourceForge
      • G2
      • Webhooks
      • Cross-Frame Events
      • External API
  • πŸ€“Account
    • Managing Demos
    • Managing Team
    • Branding
      • Custom Theme
      • Custom Domain
  • πŸ”’Trust and Security
    • GDPR Compliance
    • SSO
    • FAQs
      • How and Why to use Cookie Tracking?
      • How to capture HTML screens from multiple tabs?
      • How to edit the background of a screen with a pop-up?
      • How to copy a chapter to a demo?
      • How to add pop-up message for non-clickable elements?
      • How to Add/Embed a Storylane Demo in a Zendesk Article
      • Customizing and Tracking Demo URL Links
      • How to combine Desktop and Mobile captures?
      • If I Cancel My Subscription, What Happens To My Demos?
      • What accessibility standards do you support?
      • Why is part of my demo cut off?
      • How to add or subtract a Date & Time token?
      • How to Install & Connect Storylane via HubSpot Marketplace?
      • How do I send data to 6Sense?
      • Lead Attribution Tracking?
      • How to record a video avatar?
      • How to rearrange folders?
      • Do I need to update my cookie policy if I use Storylane?
      • Is it possible to connect a LinkedIn tracking pixel to Storylane?
Powered by GitBook
On this page
  1. Trust and Security
  2. FAQs

How to add or subtract a Date & Time token?

PreviousWhy is part of my demo cut off?NextHow to Install & Connect Storylane via HubSpot Marketplace?

Last updated 1 year ago

Date and Time tokens enhance demos, especially in products where date and time are important in the data which is reflected in the demo. Adding and subtracting date/time tokens further enhances the "realness" your user will feel when viewing your demo.

You have full flexibility to add/subtract: years, months, days, hours, minutes, and seconds.

How to add and subtract date/time tokens:

  1. Insert any date/time token

  2. Whichever value you'd like to edit, add a vertical bar | and then the operation.

  3. In the text trigger menu, a preview is generated so you can ensure it will appear properly.

Example πŸ‘‡

Here is an interactive demo showing step-by-step how it works for each token value πŸ‘‡

For Years

To add years: {{$M/d/yyyy|+NY}}

To subtract years: {{$M/d/yyyy|-NY}}

*N value = number of years, e.g. 1,2,3

For Months

To add months: {{$M/d/yyyy|+NM}}

To subtract months: {{$M/d/yyyy|-NM}}

*N value= number of months, e.g. 1,2,3

For Days

To add days: {{$M/d/yyyy|+Nd}}

To subtract days: {{$M/d/yyyy|-Nd}}

*N value= number of days, e.g. 1,2,3

For Hours

To add hours: {{$LT|+Nh}}

To subtract hours: {{$LT|-Nh}}

*N value= number of hours, e.g. 1,2,3

For Minutes

To add minutes: {{$LT|+Nm}}

To subtract minutes: {{$LT|-Nm}}

*N value= number of minutes, e.g. 1,2,3

For Seconds

To add seconds: {{$LTS|+Ns}}

To subtract seconds: {{$LTS|+Ns}}

*N value= number of seconds, e.g. 10,20,30

πŸ”’