Hi,
I have date stored in a variable,
its value is '13/09/2002 15:31:47'
I would like to format it to '130902153147'.
Basically removing the '/' and ':' and a few characters.
I would also like to extract the first letter out of a character string, and put in lowercase.
e.g. 'Info' to 'i'
Thanks
I have date stored in a variable,
its value is '13/09/2002 15:31:47'
I would like to format it to '130902153147'.
Basically removing the '/' and ':' and a few characters.
I would also like to extract the first letter out of a character string, and put in lowercase.
e.g. 'Info' to 'i'
Thanks