[task-426]
This commit is contained in:
parent
9e24750d4d
commit
b383460f3b
|
|
@ -791,7 +791,7 @@ namespace _dali.widgets.weekview
|
|||
[
|
||||
lib_plankton.pit.to_datetime_ce,
|
||||
(x : lib_plankton.pit.type_datetime) => lib_plankton.string.coin(
|
||||
"{{day}}",
|
||||
"{{year}}-{{month}}-{{day}}",
|
||||
{
|
||||
"year": x.date.year.toFixed(0).padStart(4, "0"),
|
||||
"month": x.date.month.toFixed(0).padStart(2, "0"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue