Queries On timestamp

Hi All,

image

As per the above snap i have to capture the start time and the date my scenario is in the start time it should be current date and in the timestamp it should be either in between 6:30:00 pm -7:00:00 pm or 5:00:00 AM-5:30:00 AM .Can some help me how to code this scenerios. And this job will run in the 24 hours .
Thanks.

1 Like

Hey @yandrathiramya,

You can capture using Get Text Activity.

Use substring activity to remove the PM.

Date parse the string and make a comparison as you need.

Thanks :slight_smile: