olympus-r-17plugins
Version:
A plugin of Olympus for 17zuoye.
17 lines (16 loc) • 416 B
TypeScript
/**
* @author Raykid
* @email initial_r@qq.com
* @create date 2018-02-07
* @modifier yuan.ping
* @modify date 2018-06-21
*
* 日期时间工具集
*/
/**
* 格式化日期和时间
* @param timestamp 时间戳/1000
* @param format 格式,如"yyyy-MM-dd-hh-mm-ss"
* @returns {string} Formated Time
*/
export declare function getFormattedDate(timestamp: number, format?: string): string;