Date And Time Manipulation

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.

Last updated

Was this helpful?