String Manipulation for data

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-

image

Hope this helps,
Best Regards.

Hi @Iswarya_P1

Simply you can try with .ToUpper

Yourstring.ToUpper

image

Regards
Gokul

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.