41495/how-can-display-current-date-in-mmm-yy-format-in-uipath-studio
Hi Shilpa, if you want to display current date in "dd-MMM-yy" format, you can simply use the this line in Message Box of UiPath studio:
datetime.Now.ToString("dd-MMM-yy")
To get previous day, you can try something like this:
datetime.now.AddDays(-1).ToString(“dd-MMM-yy”)
Hi @Puneet, UiPath studio provides 3 types ...READ MORE
Hi Utkarsh, if you want to use ...READ MORE
Hi there, if you want to check ...READ MORE
Hey Pratibha, in UiPath studio you can ...READ MORE
Hey @Rakesh, Get Jobs Activity can be ...READ MORE
Hey @Rashmi, if you want to automate ...READ MORE
Hi @Ravi, to check whether a string ...READ MORE
Hi Smita, Flow Decision activity is a ...READ MORE
Hi @Simran, if you want to extract ...READ MORE
Hello Hemant, you can create an automation ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.