I have the days in an excel dt, and I should take their dates for the current week and hold them in date type var
any ideas?
supriya117
(Supriya Allada)
July 6, 2023, 12:02pm
2
Hi @zhasmina.dimitrova
Please give some examples.
Regards,
@supriya117 thank you for the fast response
for example in the column I have : Monday, Friday, Saturday.
I should convert the values and store them in date type variable, holding their dates for the current week.
supriya117
(Supriya Allada)
July 6, 2023, 12:18pm
4
@zhasmina.dimitrova
So the input should be like only “sunday” or “monday” like that only or it also contains date and year?
Please refer this thread:
Hi All,
My recent post on datatable [All About Datatable- UiPath] (All about Datatable - UiPath ) was received well in forum with great feedbacks and many suggested to provide some tutorial on topics which are discussed often in our forum
In regards to that I would like to share the commonly used expression for DATETIME conversion
Let’s get started one by one
1. Get Current Date in string format
Datetime.Now.ToString()
(Output - string type - “dd/MM/yyyy hh:mm:ss”)
**To get only current da…
Regards,