How to manipulate the data of “11:53am to 11:53 AM”
Hi @Iswarya_P1
You can manipulate the string like this:
Split("11:53am","am")(0).ToString+" "+"AM"
Edit: The output-
Hope this helps,
Best Regards.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.