Get Date Format?

Hey, any idea how to read a string which represents Date (no matter what its format) and convert it to this format “dd.MM.yy”? Thanks

Try this -

1 Like

Before pasting to excel prefix “'”+DateTime.Now.ToString(“dd/MM/yyy”) which will paste the value as text