Hi,
I want convert current system date to datetime like this format : yyyymmddhhmmss
i tried this :
// my current system date/time value in UTC
GMTDateTime = DateTimeUtil::getSystemDateTime();
info(strFmt("Datetime in GMT: %1",datetime2str(GMTDateTime)));
the screen show : Datetime in GMT: 5/3/2016 08:00:49 am
i want remove DateSeparator and show it like this : 201634080049
*This post is locked for comments
I have the same question (0)