I can read a date from a table in Excel and convert using "Convert text to datetime" to produce a variable, but need to find the day, month and year so I can populate a custom date picker. I have found solutions for cloud flows, but not for a desktop flow.
You can fetch Day, Month ,Year from Output Variable Property (Output variable of Convert Text to Datetime Action)
Thanks & Regards
@Aakashch_1998
After converting text to datetime, you can convert datetime to text and make a different variable for each one:
So, if datetime is 3/1/23, all the convert to text would be the following:
yy=23
yyyy=23
M = 3
MM = 03
MMM = Mar
MMMM = March
d = 1
dd = 01
Good luck!
WarrenBelz
146,776
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional