Does anyone know how to implement c8yBase.dateFullFormatWithMs with the latest release?
I cannot find the Service class that overrides c8ybase neither I can find something about date format in the official guide.
See if c8y API doc helps
dateFullFormatWithMs
Returns
string Returns default full date/time format with milliseconds
Example
- var formattedDateTime = moment().format(c8yBase.dateFullFormatWithMs);
Thanks, but I’m using the release 10.6.6 that uses c8yClient Service now and I cannot find the method that replaced c8yBase.dateFullFormatWithMs.