@fox-js/foxui 4.0.1-67 → 4.0.1-69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -215,9 +215,11 @@ export declare const DateUtils: {
215
215
  * 返回日期格式字符串
216
216
  * @param {Number} 0返回今天的日期、1返回明天的日期,2返回后天得日期,依次类推
217
217
  * @param {Date} 起点日期
218
+ * @param {formatTemplate} 格式化模版
218
219
  * @return {string} '2014-12-31'
220
+ *
219
221
  */
220
- getDay(i: number, startDate?: Date): string;
222
+ getDay(i: number, startDate?: Date, formatTemplate?: string): string;
221
223
  /**
222
224
  * 时间比较
223
225
  * @return
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
3
  "type": "module",
4
- "version": "4.0.1-67",
4
+ "version": "4.0.1-69",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",