Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-22 11:49:24 +08:00
parent 2efb04f77e
commit 4ca9dfecb4
7 changed files with 16 additions and 8 deletions

View File

@@ -244,7 +244,9 @@ class _CreateVotePageState extends State<CreateVotePage> {
padding: const EdgeInsets.symmetric(vertical: 4),
child: Obx(
() => Text(
DateFormatUtils.longFormatD.format(_controller.endtime.value),
DateFormatUtils.longFormatD.format(
_controller.endtime.value,
),
),
),
),