supu123
(supriys)
July 30, 2019, 4:51am
1
Hii everyone,
Below is the date and time retrieved from gmail in a string variable and displayed using a message box
This date is in string variable and is needed to be converted into a DateTime variable
For this reason I used:
But the error I am getting is below:
What is the command to be used so that I can convert the above datetime stored in string variable into a DateTime variable
Regards,
Supriya
Vashisht
(Vashisht Devasani)
July 30, 2019, 5:21am
2
Hi @supu123 ,
Kindly check this zip file,i hope it solves your issue.
time_Conversion.zip (48.1 KB)
Cheers.
Vashisht.
supu123
(supriys)
July 30, 2019, 5:35am
3
Hi @Vashisht
Thanks for the reply.I did the same but it is again the same error
Thanks and Regards,
Supriya
ashley11
(Ashley Nihal Dcunha)
July 30, 2019, 6:07am
4
hi @supu123
Date.zip (11.0 KB)
Check the below XAML let me know if that worked
u can directly use DateVar.ToString(“dd/MM/yyyy HH:mm:ss”)
supu123
(supriys)
July 30, 2019, 7:00am
6
Hiii @ashley11
Same error continues
Thu, 06 Jun 2019 04:09:26 -0700(PDT) is this the issue for the timezone
How to work on this
Regards,
Supriya
use substring
Assign Newstr=StringVar.substring(5,20)
Then use parse exact method
DateTime.ParseExact(Newstr.ToString,“dd MMM yyyy hh:mm:ss”,Nothing).ToString(“dd/MM/yyyy HH:mm:ss”)
ashley11
(Ashley Nihal Dcunha)
July 30, 2019, 7:36am
8
can you please send your xaml because im not getting any error
system
(system)
Closed
August 2, 2019, 7:44am
10
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.