I have a field coming in as 240713 (July13th). How to format it as 07/13/2024 0:00?
Secondly. how to format 20240628082808 as 06/28/2024 08:28:08?
Finally, I have a field for which I use Mid function as Eff_Settlement:Mid([Expr1],344,8)
It works on when the value is 50000000,
But when value is 6000000, or 60000, I need to strip the comma. How to modify my query?
TIA
Secondly. how to format 20240628082808 as 06/28/2024 08:28:08?
Finally, I have a field for which I use Mid function as Eff_Settlement:Mid([Expr1],344,8)
It works on when the value is 50000000,
But when value is 6000000, or 60000, I need to strip the comma. How to modify my query?
TIA
Last edited: