Forum Discussion
- baxatobCommunity Hero
Date format is just a representation of real date/time. You can convert it between different formats using different specifiers >>
- bommareddyContributor
Hi,
If we want to open desktop application with different user credentials, we will use the following in TC.
TestedAppObj.RunAs(Domain, UserName, Password)
In the same way can we open application with different date format.
Thanks,
BommaReddy
- shankar_rCommunity Hero
I know some of the application will start/open only in specific Time-zone but I'm not sure why you want to open a application in a particular date format.
Is there any specific reason to open a application with certain format?