Phonon Central Documentation
  • What is Phonon Central?
  • Getting Started
    • Signing Up And Getting Started
      • Create a New Account
      • Account Details
    • KYC Process
    • Billing Details
  • CONFIGURATIONS/SETUP
    • DIDs
    • Email
    • SMS
    • Agent Group
    • Agents
      • SIP Based Calling on Mobile
      • Dynamic Agents
      • Direct Dial Agents
  • ESSENTIAL COMPONENTS
    • Flows
    • Queues
    • Whitelist
    • Reports
    • Transactional Messaging
    • Prompts
    • Disposition
  • How to design a campaign
    • Outbound Dialer
      • All About Attempts
      • 1:1 Calling
    • Inbound IVR and Call Distributor
      • How to initiate an Inbound Campaign
    • Outbound Multicast
      • Manual Outbound Calling
  • Flow Designer Widgets
    • Play
      • Using Text-to-Speech
    • Record
    • Multi Play
    • Decision
    • Operations
      • General Operation
      • String Manipulation
      • Number Manipulation
      • Date And Time Manipulation
      • Supported Formats
    • Webhook
      • Custom Webhooks
    • Make Call
      • Make Call for Dialers
    • Store Variable
    • Time Condition
    • SMS
    • Emails
    • Counter
    • Hangup
    • Transfer Call
    • Agent Connect
    • On Remote Hangup
    • On Flow Complete
  • Advanced Configurations
    • Short Links
    • Grammar
    • Cloud
    • NLP Engine
    • Webhook
      • Custom Webhooks
    • Flow Variables
    • Post Call Webhook
  • How to start a campaign
    • Outbound Multicast
      • How to trigger an Outbound flow
        • Trigger using API
        • SFTP File Upload
  • INTEGRATIONS
    • Amazon AWS - TTS/Poly
    • Google - STT & DialogFlow
    • IBM Watson
  • RELEASE NOTES
    • Release Notes
    • To Do
  • TROUBLESHOOTING/FAQs
    • FAQs
    • Trouble Shooting
      • Widget Error Key Codes
  • Support Interface
    • User Accounts
    • Accessing Client Accounts
Powered by GitBook
On this page
  • 1. Find Duration -
  • 2. Add Duration
  • 3. Subtract Duration
  • 4. Extract/Change Format

Was this helpful?

  1. Flow Designer Widgets
  2. Operations

Date And Time Manipulation

PreviousNumber ManipulationNextSupported Formats

Last updated 4 years ago

Was this helpful?

Using 'Date and Time' manipulation, you can perform different operations on date, time or date and time. The operations are

1. Find Duration -

By using this operation, you can find duration between any two date, time or date and time. For that you have to provide

  1. Input : can be variable or value

  2. Format : The format in which the date and time will be present

  3. Unit of duration : The unit in which output will be stored, eg - hours, days, minutes etc.

  4. Store in : The variable in which you want to store the result.

2. Add Duration

By using this operation, you can add any kind of duration to the date,time or date and time. For that you have to provide

  1. Input : can be variable or value

  2. Format : The format in which the date and time will be present

  3. Duration : The duration which you want to add.

  4. Store in : The variable in which you want to store the result.

3. Subtract Duration

By using this operation, you can subtract any kind of duration to the date,time or date and time. For that you have to provide

  1. Input : can be variable or value

  2. Format : The format in which the date and time will be present

  3. Duration : The duration which you want to subtract.

  4. Store in : The variable in which you want to store the result.

4. Extract/Change Format

By using this operation, you can either extract particular part of the date,time or date and time or change the format of date, time or date and time. For that you will have to provide -

  1. Input : can be variable or value

  2. Format 1 : The format in which the date and time will be present

  3. Format 2 : The second format in which you want to change or extract.

  4. Store in : The variable in which you want to store the result.