@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
9 lines • 448 B
TypeScript
import { IDateUtils } from "../interfaces";
export declare class DateUtils implements IDateUtils {
fromTimestampToUI(dateTimestamp: number): string;
getCurrentIISODateTime(): string;
fromDatetimeStringToTimestamp(datetimeString?: string): number | null;
checkTimestampInRang(timestamp: number, timestampFrom?: number | null, timestampTo?: number | null): boolean;
private _getTimestamp;
}
//# sourceMappingURL=DateUtils.d.ts.map