datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/utils.service.ts
Methods |
getFormattedDateRange | ||||||||||||
getFormattedDateRange(fromDate: string, toDate: string)
|
||||||||||||
Formats a date range into a specific string format, handling UTC dates correctly. Example :
Example Example :
Parameters :
Returns :
string
A string representing the date range in the format "ddmmmyyhhmm-ddmmmyyhhmm" where d=day, m=month, y=year, h=hour, m=minute Example Example :
|
transformDataStructure | ||||||
transformDataStructure(data: SourceItem[])
|
||||||
Parameters :
Returns :
TransformedData
|