My report has a time field that has values like:
Arrival Time |
---|
1430 |
1245 |
830 |
1600 |
1750 |
1900 |
700 |
1330 |
1250 |
1540 |
1525 |
1750 |
i need to convert it to a time field like 2:30 PM, 1245PM, 8:30 AM etc..
How do i do that?
I tried creating a new variable: =ToDate(FormatNumber([Arrival Time];"#");"yyyyMMdd")
It Gave me an error.