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

@@ -127,7 +127,9 @@ class _CreateReservePageState extends State<CreateReservePage> {
padding: const EdgeInsets.symmetric(vertical: 4),
child: Obx(
() => Text(
DateFormatUtils.longFormatD.format(_controller.date.value),
DateFormatUtils.longFormatD.format(
_controller.date.value,
),
),
),
),