- How do i strip everything else and get just the date:
I have the date in this format
2018-01-27T00:00:00
I should get in MM/DD/YYYY
Format.
My Result should be 01/27/2018
.
- How do I remove all the special characters in $185,000.32 and just get Amount as 185000.32 Note: Amount is a field in table of Number Datatype.