Date And Time Manipulation
Last updated
Was this helpful?
Last updated
Was this helpful?
Using 'Date and Time' manipulation, you can perform different operations on date, time or date and time. The operations are
By using this operation, you can find duration between any two date, time or date and time. For that you have to provide
Input : can be variable or value
Format : The format in which the date and time will be present
Unit of duration : The unit in which output will be stored, eg - hours, days, minutes etc.
Store in : The variable in which you want to store the result.
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
Input : can be variable or value
Format : The format in which the date and time will be present
Duration : The duration which you want to add.
Store in : The variable in which you want to store the result.
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
Input : can be variable or value
Format : The format in which the date and time will be present
Duration : The duration which you want to subtract.
Store in : The variable in which you want to store the result.
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 -
Input : can be variable or value
Format 1 : The format in which the date and time will be present
Format 2 : The second format in which you want to change or extract.
Store in : The variable in which you want to store the result.