Skip to content
Prev 345392 / 398502 Next

Convert time format to character

Suppose I have a object in time format

2014-08-13 00:30:00

I want to convert it to a character string 20140813003000

Is is possible ?

Tjun Kiat