xspunky
(spunky)
March 21, 2025, 2:39pm
1
Hi, I want to learn about datetime, is there a learning plan for datetime in the course? I also want to find some actual use cases for this. Would anyone be able to provide examples that they’ve worked on?
@xspunky ,
This thread should be sufficient to learn.
Hi All,
My recent post on datatable [All About Datatable- UiPath] (https://forum.uipath.com/t/all-about-datatable-uipath/386445 ) 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…
arivu96
(Arivazhagan A)
March 21, 2025, 2:46pm
3
Hi @xspunky ,
Here you can find all kind of date time conversion
Hi All,
My recent post on datatable [All About Datatable- UiPath] (https://forum.uipath.com/t/all-about-datatable-uipath/386445 ) 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…
Regards,
Arivu
xspunky:
i, I want to learn about datetime, is there a learning plan for datetime in the course? I also want to find some actual use cases for this. Would anyone be able to provide examples that they’ve worked on?
Hi @xspunky
Follow below link, it’s really helpful.
Hi All,
Datatable - variable type is the most commonly used variable type by all UiPath users
And it’s been the most often asked queries in forum especially on its manipulation
So I would like to have this post as a repository for those who are looking for expressions related to Datatable
Let’s go one by one keeping dt as name of datatable variable
1. Get number of rows in a datatable dt
dt.Rows.Count (output - int32 type)
2. Get number of columns in a datatable dt
dt.Columns.Count (output…
system
(system)
Closed
March 25, 2025, 1:56pm
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.