filmov
tv
UiPath | Convert String To Date | How to convert string to date variable | Date Manipulation
Показать описание
#rpa #uipath #stringmanipulation
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about converting a date from the string type into a date from the date type and reading out certain parts, such as the day, the name of the day, the month, the year etc.
👉 𝐆𝐞𝐫𝐦𝐚𝐧
● In diesem Video geht es darum, ein Datum vom Type String in Datum vom Type Date umzuwandeln und daraus bestimmte Teilen auszulesen, wie z.B. den Tag, den Namen des Tages, den Monat, das Jahr etc.
🌟 𝗖𝗼𝗱𝗲
✔ CDate(StringDate).ToString
✔ CDate(StringDate).Day.ToString
✔ CDate(StringDate).Month.ToString
✔ CDate(StringDate).Year.ToString
✔ CDate(StringDate).DayOfWeek.ToString
✔ CDate(StringDate).DayOfYear.ToString
📝 𝐏𝐫𝐨𝐜𝐞𝐝𝐮𝐫𝐞
➊ Create variables: StringDate and set value = 07.27.2020
➋ Add 6 WriteLine activities
➌ Write in 1: CDate(StringDate).ToString
to get the date as Date type
➍ Write in 2: CDate(StringDate).Day.ToString
to get the day from the date
➎ Write in 3: CDate(StringDate).Month.ToString
to get the month from the date
➏ Write in 4: CDate(StringDate).Year.ToString
to get the year from the date
➐ Write in 5: CDate(StringDate).DayOfWeek.ToString
to get the day of week from the date
➑ Write in 6: CDate(StringDate).DayOfYear.ToString
to get the day of year from the date
✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ UiPath
→ UiPath Automation
→ UiPath Activity
→ Convert String to Date
→ Get Day from Date
→ Get Month from Date
→ Get Year from Date
→ Get Day of Week from Date
→ Get Day of Year from Date
→ Tag aus einem Datum auslesen
→ Monat aus einem Datum auslesen
→ Jahr aus einem Datum auslesen
→ String Manipulation
→ Date Manipulation
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about converting a date from the string type into a date from the date type and reading out certain parts, such as the day, the name of the day, the month, the year etc.
👉 𝐆𝐞𝐫𝐦𝐚𝐧
● In diesem Video geht es darum, ein Datum vom Type String in Datum vom Type Date umzuwandeln und daraus bestimmte Teilen auszulesen, wie z.B. den Tag, den Namen des Tages, den Monat, das Jahr etc.
🌟 𝗖𝗼𝗱𝗲
✔ CDate(StringDate).ToString
✔ CDate(StringDate).Day.ToString
✔ CDate(StringDate).Month.ToString
✔ CDate(StringDate).Year.ToString
✔ CDate(StringDate).DayOfWeek.ToString
✔ CDate(StringDate).DayOfYear.ToString
📝 𝐏𝐫𝐨𝐜𝐞𝐝𝐮𝐫𝐞
➊ Create variables: StringDate and set value = 07.27.2020
➋ Add 6 WriteLine activities
➌ Write in 1: CDate(StringDate).ToString
to get the date as Date type
➍ Write in 2: CDate(StringDate).Day.ToString
to get the day from the date
➎ Write in 3: CDate(StringDate).Month.ToString
to get the month from the date
➏ Write in 4: CDate(StringDate).Year.ToString
to get the year from the date
➐ Write in 5: CDate(StringDate).DayOfWeek.ToString
to get the day of week from the date
➑ Write in 6: CDate(StringDate).DayOfYear.ToString
to get the day of year from the date
✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ UiPath
→ UiPath Automation
→ UiPath Activity
→ Convert String to Date
→ Get Day from Date
→ Get Month from Date
→ Get Year from Date
→ Get Day of Week from Date
→ Get Day of Year from Date
→ Tag aus einem Datum auslesen
→ Monat aus einem Datum auslesen
→ Jahr aus einem Datum auslesen
→ String Manipulation
→ Date Manipulation