mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 12:07:11 +08:00
@@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user