mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
fix: 公式WEEKDAY文档示例问题
This commit is contained in:
parent
d2e111ef6e
commit
8c174d816d
@ -627,7 +627,8 @@
|
||||
|
||||
示例
|
||||
|
||||
WEEKDAY('2023-02-27') 得到 1。
|
||||
WEEKDAY('2023-02-27') 得到 0。
|
||||
WEEKDAY('2023-02-27', 2) 得到 1。
|
||||
|
||||
### WEEK
|
||||
|
||||
@ -642,7 +643,7 @@ WEEKDAY('2023-02-27') 得到 1。
|
||||
|
||||
示例
|
||||
|
||||
WEEK('2023-03-05') 得到 10。
|
||||
WEEK('2023-03-05') 得到 9。
|
||||
|
||||
### DATETOSTR
|
||||
|
||||
|
@ -1507,7 +1507,8 @@ export class Evaluator {
|
||||
*
|
||||
* 示例
|
||||
*
|
||||
* WEEKDAY('2023-02-27') 得到 1。
|
||||
* WEEKDAY('2023-02-27') 得到 0。
|
||||
* WEEKDAY('2023-02-27', 2) 得到 1。
|
||||
*
|
||||
* @example WEEKDAY(date)
|
||||
* @namespace 日期函数
|
||||
@ -1526,7 +1527,7 @@ export class Evaluator {
|
||||
*
|
||||
* 示例
|
||||
*
|
||||
* WEEK('2023-03-05') 得到 10。
|
||||
* WEEK('2023-03-05') 得到 9。
|
||||
*
|
||||
* @example WEEK(date)
|
||||
* @namespace 日期函数
|
||||
|
Loading…
Reference in New Issue
Block a user