convert time stamps into a full format, i.e. convert 2016-07-14 or 2016-07-14 00:00 into 2016-07-14 00:00:00 convert 14.07.2016 or 14.07.2016 00:00 into 14.07.2016 00:00:00 convert 14.07.2016 or 14.07.2016 00:00 into 14.07.2016 00:00:00 convert 20160714 or 2016071400 or 201607140000 into 20160714000000

mf_timestampfull(timestamps, informat)

Arguments

timestamps

can be character

Value

time stamps

Examples