How to get 2024-05-09 from my variable …in highlighted screenshot I have get it with variable
thanks
shaik
How to get 2024-05-09 from my variable …in highlighted screenshot I have get it with variable
thanks
shaik
it get only 00 values…but I need 2024-05-09
Try this
Input="Next Backup:
2024-05-09 02:00:00"
Output=System.Text.RegularExpressions.Regex.Match(Input,"(\d+\-\d+\-\d+)").Value
Cheers!!
@lrtetala output variable type please
thanks
shaik
System.String
thanks you @lrtetala its working fine
thanks
shaik
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.